1. Powershell remoting

    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:

    1. Run Command line on the given computer as Administrator (cmd.exe - after clicking with the right mouse button Run as Administrator).
    2. Enter command "powershell" and press enter.
    3. Enter command "enable-psremoting" and press enter.
    4. Confirm Y.
    5. Confirm Y.

×