This is really odd. Getting this error:
sconfig : ERROR: The system was unable to find the specified registry key or value.
+CategoryInfo : NotSpecified(ERROR: The syst...y key or value. : String) [], RemoteException
+FullyQualifiedErrorId : NativeCommandError
Here's the details -
Client - Server 2012 R2 Standard, all updates applied, Full GUI install
Server(s) - Server 2012 R2 Standard, all updates applied, Server Core install
I'm trying to use PowerShell via Server Manager on the client to connect to the servers. WinRM is enabled, firewall rules for remote management have been added, and prior to running windows update on the servers I was able to use PowerShell remotely.
Now I'm able to connect just fine and do some commands, but others - like sconfig - I get errors like the above.
Same thing happens if I open PowerShell on the local machine and run a Enter -PSSession to connect to that host.
Any ideas?