Tegnap bajlódtam ezzel, és nem sikerült. A segédlet azt mondja ezt beírom "Set-WSManQuickConfig" és felconfigurálja, administrator mode-ban indítom a shellt, beírom és egy rakat vörös hibaüzenetet kapok. A fő kérdésem hogy mit felejtek el, illetve ha nem lehet a kiajánlott vm-eket átállítani ilyenre akkor mit ajánlotok tesztelésre?
Edit1: http://itknowledgeexchange.techtarget.com/powershell/windows-8-networking-cmdlets/ ezt végigcsinálva szuperül lefut a quick config, viszont távolról még mindig nem tudok csatlakozni hozzá csak a 127.0.0.1-en tudok játszani vele, kapcsolódáskor hibaüzenet:
PS C:\Users\7762> $s=New-CimSession -Authentication Default -Credential '7762' -ComputerName 10.6.23.141
New-CimSession : The WinRM client cannot process the request. If the authentication scheme is different from Kerberos,
or if the client computer is not joined to a domain, then HTTPS transport must be used or the destination machine must
be added to the TrustedHosts configuration setting. Use 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.
At line:1 char:4
+ $s=New-CimSession -Authentication Default -Credential '7762' -ComputerName 10.6. ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotEnabled: (:) [New-CimSession], CimException
+ FullyQualifiedErrorId : HRESULT 0x803380e4,Microsoft.Management.Infrastructure.CimCmdlets.NewCimSessionCommand
+ PSComputerName : 10.6.23.141
PS C:\Users\7762> ps -ComputerName 10.6.23.141
ps : Couldn't connect to remote machine.
At line:1 char:1
+ ps -ComputerName 10.6.23.141
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-Process], InvalidOperationException
+ FullyQualifiedErrorId : System.InvalidOperationException,Microsoft.PowerShell.Commands.GetProcessCommand
Egy darabig azt feltételeztem hogy nem találja el a protokollt, de aztán ezt kizártam, mert többel sem működik, és a ps sem hajlandó kapcsolódni, viszont a test-wsman lefut.