-
Notifications
You must be signed in to change notification settings - Fork 7
Deploy Scripts
Joe Workman edited this page Jun 26, 2024
·
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:
- Computer Config, Preferences, Windows Settings, Files
- Change get action to replace
- Edit source files to the UNC Share created above
- Fill in the destination folder.
- Verify GPO pushed & folder exists locally