Powershell Microsoft.win32.registrykey Openremotebasekey Credentials

OpenRemoteBaseKey Method (RegistryHive, String).NET Framework (current version) Other Versions Visual Studio 2010. RegistryKey Class Microsoft.Win32 Namespace. Return to top. Show: Inherited Protected Print Export (0) Print Share Is this page helpful? OpenRemoteBaseKey Method (RegistryHive, String).NET Framework (current version). Type: Microsoft.Win32.RegistryKey. The requested registry key.
Powershell Registry Opensubkey
I'm trying to use powershell to access a remote registry like therefore: $reg = Microsoft.Win32.RegistryKey::OpenRemoteBaseKey('LocalMachine', $server) $key = $reg.OpenSubkey($subkeyPath) Based on some aspects that I'm not really yet able to determine I either get Exemption calling 'OpenSubKey' with '1' disagreement(t): 'Requested registry accessibility is not allowed.' Or System.UnauthorizedAccessException: Attempted to execute an unauthorized procedure. At Microsoft.Get32.RegistryKey.Get32ErrorStatic(Int32 errorCode, String str) at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName) It appears pretty clear that this can be because the consumer I'michael working the powershell script as doesn'capital t have got the suitable credentials to access the remote control registry.
Exception Calling Openremotebasekey
l'd like tó end up being able to supply a set of credentials to make use of for the remote registry accessibility, but I can find no documents anyplace of a method to perform this. I'm also not obvious on precisely where to designate which customers are permitted to gain access to the registry remotely.
