PowerShell Remoting giving "Access is Denied" error PowerShell Remoting giving "Access is Denied" error powershell powershell

PowerShell Remoting giving "Access is Denied" error


Had similar problems recently. Would suggest you carefully check if the user you're connecting with has proper authorizations on the remote machine.

You can review permissions using the following command.

Set-PSSessionConfiguration -ShowSecurityDescriptorUI -Name Microsoft.PowerShell

Found this tip here (updated link, thanks "unbob"):

https://devblogs.microsoft.com/scripting/configure-remote-security-settings-for-windows-powershell/

It fixed it for me.


Running the command prompt or Powershell ISE as an administrator fixed this for me.