Article: AN0001789Updated:
In order to execute Powershell command on a remote computer with Windows operating system it is necessary to enable Powershell remoting on this server.
This can be set in the following way:
-
Run Command line on the given computer as Administrator (cmd.exe - after clicking with the right mouse button Run as Administrator).
-
Enter command "powershell" and press enter.
-
Enter command "enable-psremoting" and press enter.
-
Confirm Y.
-
Confirm Y.