I've been watching some of Don Jones' Powershell videos on Youtube and he said you should not use Get-WmiObject anymore since it has been deprecated. He said to use Get-CimInstance. I tried that but I can't get PS to connect to a remote computer. The error mentions verifying that the WS-Man service is running and to make sure WinRM is running as well. It mentions running winrm quickconfig but I would have to remote into the system to do it. Our Enterprise systems are not setup to allow PSRemoting and we would have to create a GPO to set it up correctly, which takes weeks to get pushed through our Change Control. Any other suggestions? I can't get New_CimSession to work either - same error.
Brian