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

admu_copy admu_copy2 admu_copy3 admu_copy4 admu_copy5