I have win 2012 R2 server Datacenter with Hyper-v role enabled. I am making powershell remote calls to get VM details from Hyper-V but everytime call takes 5-6 mins.
I am calling commands like get-VM -Id "GUID".
Is there anyway I can improve the powershell command execution time?
Regards,
Ume