I am attempting to run a set of commands on a remote computer using an account that is not a local admin on the target server
(target is 2012R2)
I have updated the default configuration using Set-PSSessionConfiguration, and in fact the test runs as expected, except for performance.
Using a local admin credential the functions run in about 2 seconds. When I execute the same test using a non-admin account it takes 11-12 seconds.
Is this performance hit expected or is there some tuning I can do to improve the response time ? Googling did not turn up anything helpful other than one person seeing the same issue back with PS V2 (no answers). Any and all thoughts appreciated.