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 -FindImageFile -OSEdition Pro -ImageIndex 8 -ZTI | |
| #Restart from WinPE | |
| Write-Host -ForegroundColor Green “Restarting in 20 seconds!” | |
| Start-Sleep -Seconds 20 |
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 11' -OSBuild 25H2 -OSEdition Pro -OSLanguage de-de -OSLicense Retail -ZTI | |
| Start-OSDCloud -FindImageFile -ZTI | |
| #Restart from WinPE | |
| Write-Host -ForegroundColor Green “Restarting in 20 seconds!” |