2

PSRemoting を有効にしようとすると、Set-WSManQuickConfig に問題があるとマシンから怒鳴られます。それを修正するために何をする必要があるのか​​ わかりません。アイデア?

PS C:\Windows\system32> Enable-PSRemoting

WinRM Quick Configuration
Running command "Set-WSManQuickConfig" to enable this machine for remote management through WinRM service.
 This includes:
    1. Starting or restarting (if already started) the WinRM service
    2. Setting the WinRM service type to auto start
    3. Creating a listener to accept requests on any IP address
    4. Enabling firewall exception for WS-Management traffic (for http only).

Do you want to continue?
[Y] Yes  [A] Yes to All  [N] No  [L] No to All  [S] Suspend  [?] Help (default is "Y"):
WinRM already is set up to receive requests on this machine.
Set-WSManQuickConfig : The WinRM client cannot complete the operation within the time specified. Check if the machine n
ame is valid and is reachable over the network and firewall exception for Windows Remote Management service is enabled.

At line:50 char:33
+             Set-WSManQuickConfig <<<<  -force
    + CategoryInfo          : InvalidOperation: (:) [Set-WSManQuickConfig], InvalidOperationException
    + FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.SetWSManQuickConfigCommand
4

1 に答える 1

0

この問題を解決するためのトラブルシューティングガイドは次のとおりです。

  • マシンはドメインまたはワーク グループに接続されていますか?
  • ローカル管理者としてログインしていますか?
  • PowerShell は「管理者」として起動されましたか?
  • パスワードは空白ですか?
  • SharePoint ファームに接続しようとしていますか?
  • サーバーはホスティング会社によってホスト/管理されていますか?
  • VirtualBoxを使用していますか?
  • Windows XP を実行していますか?
  • 言語が英語に設定されていないコンピューターでコマンドを実行していますか?

https://serverfault.com/questions/337905/enabling-powershell-remoting-access-is-denied

于 2014-01-18T17:31:34.920 に答える