Enable-PSRemotingNew-PSSession -computerName testMachine2Or simply:
Enter-PSSession -computer testMachine2RemoteRegistry
Check status (and make sure you have the correct name):
get-Service RemoteRegistryStart it:
start-Service RemoteRegistryFor scripting, RemoteRegistry is all one word, even though the display name has a space: Remote Registry.
Updated:
2026 Aug 19

