May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Categories

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Run WinRM Commands on the Target Computer

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

Leave a Reply

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>