Comment on page
OSD PowerShell Module
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 -Force
If you have a pulse and an internet connection, use this command
Install-Module OSD -Force
Things here are changed frequently so to make sure you have the latest, simply run the Install command again or use this command
Update-Module OSD
Finally, don't forget to Import it before you run any of the functions
Import-Module OSD -Force

Home
Recast Software
OSDeploy is sponsored by Recast Software
Last modified 1yr ago