Hi everyone,
I’m trying to create a new PS Session to localhost just to try it. However I have a problem already at this step.
Yep, I’m obviously using admin account. Any idea what it could be?
PS C:\WINDOWS\system32> New-PSSession -ComputerName localhostNew-PSSession : [localhost] Connecting to remote server localhost failed with the following error message : Access is denied. For more information, see the
about_Remote_Troubleshooting Help topic.
At line:1 char:1
- New-PSSession -ComputerName localhost
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession], PSRemotingTransportException + FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed</blockquote>
Apparently, this problem appears on machines running Windows 10.