OSD PowerShell Module
Last updated
Was this helpful?
The OSD PowerShell Module is a collection of Functions related to OS Deployment. These functions are used is OSDBuilder and everything you need to do OSDCloud is in this Module
Many of the functions in this Module require Admin Rights so make sure you keep that in mind
If you are new here, make sure you set your Execution Policy
Set-ExecutionPolicy RemoteSigned -ForceIf you have a pulse and an internet connection, use this command
Install-Module OSD -ForceThings here are changed frequently so to make sure you have the latest, simply run the Install command again or use this command
Update-Module OSDFinally, don't forget to Import it before you run any of the functions
Last updated
Was this helpful?
Was this helpful?
Import-Module OSD -Force