Skip to content

Deploy Scripts

Brad Stevens edited this page Mar 5, 2020 · 13 revisions

The powershell scripts of the ADMU would need to either be

  • Pushed and hosted on each workstation locally
  • Hosted on UNC share and called from the network share
#Creates local folder
New-Item c:\Share\ -ItemType directory
#Creates smbshare
new-smbshare -Name 'jumpcloudADMU' -Description 'Jumpcloud ADMU' -Path c:\Share\support\admu

Microsoft Domain GPO:

Create a new GPO targeting OU containing systems admu_copy

Edit the GPO with the following settings:

  • Allow remote server management through WinRM
  • WinRM (WS-Management) service set to automatic startup
  • Firewall rule for Windows Remote Management on domain network profile

admu_copy2 admu_copy3 admu_copy4 admu_copy5