Я пытаюсь запустить команду invoke-command
из виртуальной Windows Server 2012 в виртуальную Windows 8. Машины находятся в одном домене и в одной подсети. Я выполнил команду Enable-PSRemoting -force
на компьютере с Windows 8 и получил следующий вывод:
WinRM has been updated to receive requests.
WinRM service type changed successfully.
WinRM service started.
WinRM has been updated for remote management.
Created a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this machine.
WinRM firewall exception enabled.
Однако, когда я возвращаюсь на сервер и пытаюсь invoke-command
, я получаю эту ошибку:
[WINDOWS8VIRTUAL] Connecting to remote server WINDOWS8VIRTUAL failed with the following error message : WinRM cannot complete the operation. Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer. By default, the WinRM firewall exception for public profiles limits access to remote computers within the same local subnet. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (WINDOWS8VIRTUAL:String) [], PSRemotingTransportException
+ FullyQualifiedErrorId : WinRMOperationTimeout,PSSessionStateBroken
Есть идеи?