H_U_N_T_E_R: Nastavil jsem na serveru to, co bylo psáno na tý stránce TechNetu. Služba běžela. Jsem připojenej vzdáleně přes VPN k serveru, tzn. jsem i ověřenej uživatel v doméně (moje PC neni součástí domény, btw), ale když jsem v PowerShellu zkoušel ze svýho PC spustit "invoke-command" příkaz, tak mi to vyhodilo:
Windows PowerShell
Copyright (C) 2009 Microsoft Corporation. All rights reserved.
PS C:\Users\loocas> invoke-command -computername "XXXX" {ping www.seznam.cz}
[XXXX] Connecting to remote server failed with the following error message : The WinRM client cannot process the r
equest. If the authentication scheme is different from Kerberos, or if the client computer is not joined to a domain, t
hen HTTPS transport must be used or the destination machine must be added to the TrustedHosts configuration setting. Us
e winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not be authenticated. You can
get more information about that by running the following command: winrm help config. For more information, see the abo
ut_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (:) [], PSRemotingTransportException
+ FullyQualifiedErrorId : PSSessionStateBroken
PS C:\Users\loocas>