Windows XP x86 と Powershell 2.0 を使用しています。
Powershell コンソールを開き、Enter-PSSession コマンドを実行して Windows 2008 Server に接続します。
Get-WSManCredSSP コマンドをリモートで実行したいのですが、Access is denied エラーが発生します。
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
解決策: CredSSP は WinRM 2.0 PowerShell でサポートされていません
助言がありますか?