Buongiorno a tutti,
eseguendo questo comando:

codice:
Enter-PSSession -ComputerName NomeServer
Posso accedere alla PS della macchina desiderata.

Ho però un problema in quanto la macchina in cui devo accedere è una macchina virtuale, e sotto a gestire tutto ci sta VmWare (linux)

Quando tento l'accesso mi dice questo:
Enter-PSSession : Connecting to remote server ServerName 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.
At line:1 char:1
+ Enter-PSSession -ComputerName ServerName
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (ServerName:String) [Enter-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : CreateRemoteRunspaceFailed
Se provo a connettermi al server utilizzando il "Computer Management" funziona.
Se entro nella macchina virtuale e provo l'operazione al contrario funziona senza problemi..

Qualcuno riesce ad aiutarmi?