Difference between revisions of "AD User Control using Powershell Docker on Linux"

From Michael's Information Zone
Jump to navigation Jump to search
 
Line 5: Line 5:
 
==Server==
 
==Server==
 
This is run on the Windows server.
 
This is run on the Windows server.
 +
Open powershell as admin
 +
<pre>
 +
enable-psremoting -force
 +
set-item wsman:\localhost\client\trustedhosts <ip or name to be trusted> -force
 +
 +
</pre>
  
 
==Client==
 
==Client==
 
This is on the Linux client that sends the commands to the server.
 
This is on the Linux client that sends the commands to the server.

Latest revision as of 10:27, 15 May 2017

[1] [2] [3] [4]

Server

This is run on the Windows server. Open powershell as admin

enable-psremoting -force
set-item wsman:\localhost\client\trustedhosts <ip or name to be trusted> -force

Client

This is on the Linux client that sends the commands to the server.