This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write-Host -ForegroundColor Green "Starting OSDCloud ZTI" | |
Start-Sleep -Seconds 5 | |
Start-OSDCloud -OSVersion 'Windows 10' -OSBuild 22H2 -OSEdition Pro -OSLanguage en-us -OSLicense Retail -ZTI | |
#Restart from WinPE | |
Write-Host -ForegroundColor Green “Restarting in 20 seconds!” | |
Start-Sleep -Seconds 20 |