Quick Setup

Requires Admin Rights

If you are looking to quickly get OSDCloud running, and you have all the Prerequisites met, then this script should do the job. This process should take less than 10 minutes to complete

#Requires -RunAsAdministrator
#How To: Quick Setup of OSDCloud
#Drivers: All
#Startup: OSDCloudGUI

Install-Module OSD -Force
Import-Module OSD -Force
New-OSDCloud.template
New-OSDCloud.workspace -WorkspacePath C:\OSDCloud
Edit-OSDCloud.winpe -CloudDriver * -StartOSDCloudGUI
New-OSDCloud.iso

Here's how things look when you boot to the ISO

Last updated