Hi,
I am using get-scperformancedata with Performance counter "NetworkIOReceived" and "NetworkIOSent".
But on client machine its failing with below error
Cannot validate argument on parameter 'Performance Counter'. The argument "NetworkIOReceived" does not belong to the set "CPUUsage,MemoryUsage,StorageIOPSUsage,NetworkIOUsage,PowerSavings" specified by the ValidateSet attribute. Supply an argument that is in the set and then try the command again.
Client is using same power shell version i.e 3.0 as I, but still its failing at client side.
What can be issue.
Everything is working fine at my end.