有點困惑w /遠程執行powershell命令。我有一臺名爲ServerA的測試服務器(Win 2k8-R2-SP1),它正確啓用了PowerShell遠程功能。從我的開發機器(Win 2k8-R2-SP1),我能夠正確遠程執行powershell命令。 但是,當我嘗試從不同的服務器稱爲服務器B(贏2K8-R2)執行相同的命令,我收到以下錯誤混淆Powershell行爲
[ServerA] Connecting to remote server failed with the following error message : The client cannot connect to the destination specified in the request. Verify that the service on the destination is running and is accepting requests. Consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command on the destination to analyze and configure the WinRM service: "winrm quickconfig". For more information, see the about_Remote_Troubleshooting Help topic. + CategoryInfo : OpenError: (:) [], PSRemotingTransportException + FullyQualifiedErrorId : PSSessionStateBroken
這三款機器都在同一個域中。我的困惑是,從我的開發機器,我完全能夠連接到ServerA並執行命令。
請問ServerB沒有SP1的事實,有所作爲?請指教。我使用的是具有所有3臺服務器上的管理權限的相同域帳戶。
而我正在嘗試的命令是 Invoke-Command -ComputerName ServerA -ScriptBlock {Get-UICulture}
。
請幫忙。
感謝
Hiya ..謝謝。我嘗試了這一點,並沒有看到任何行爲改變。 –
@Prasanna K Rao - 查看我更新的答案。 – manojlds
謝謝..即使這沒有幫助。我嘗試從我的開發箱訪問URL http:// serverA:5985 /,並且出現Http 404錯誤。但是,從ServerB,我得到一個'內容阻塞'錯誤。我不確定這個信息是否有幫助。謝謝 –