-
Notifications
You must be signed in to change notification settings - Fork 7
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
Create a new GPO targeting OU containing systems
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