use WinRM commands on the installer computer
Click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
In the command prompt window, type the following command, pressing Enter after each command:
winrm set winrm/config/client/auth @{CredSSP=”True”}winrm set winrm/config/client @{TrustedHosts=”*”}
Type exit, and then press Enter.
Retrieve the IP configurations of Server2.
winrs -r:server2 ipconfig
Recent Comments