我有 Windows XP x86 和 Powershell 2.0。
我打开 Powershell 控制台,然后执行 Enter-PSSession 命令以连接 Windows 2008 Server。
我想远程执行 Get-WSManCredSSP 命令,但我收到错误访问被拒绝。
PS C:\Documents and Settings\myuser> Enter-PSSession -Computername servermoss -Credential servermoss\installeruser
[servermoss]: PS C:\Users\installeruser\Documents> Get-WSManCredSSP -Verbose
Get-WSManCredSSP : Access is denied.
+ CategoryInfo : PermissionDenied: (:) [Get-WSManCredSSP], UnauthorizedAccessException
+ FullyQualifiedErrorId : UnauthorizedAccess,Microsoft.WSMan.Management.GetWSManCredSSPCommand
Access is denied.
+ CategoryInfo :
+ FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.GetWSManCredSSPCommand
解决方案:WinRM 2.0 PowerShell 不支持 CredSSP
有什么建议么?