Estou usando ssh
para fazer logon em outras máquinas Windows. Eu estou tentando fazer um pssession
a localhost
. Mas não consigo fazer isso no prompt normal:
$ New-PSSession
New-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
+ ~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspa
ce) [New-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : AccessDenied,PSSessionOpenFailed
Parece que eu tenho que estar em uma concha elegante elevada. Existe alguma maneira de fazer isso sem privilégios de administrador?
fonte