Ensure you have followed the PSD installation guides.
To perform do a ZeroTouch deployment with latest PSD release, you must follow these steps:
-
Edit
Control\CustomSettings.iniand include these properties:SkipBDDWelcome=YES; or SkipPSDWelcome=YES SkipDeployReadiness=YES SkipTaskSequence=YES SkipDiskSelection=YES SkipDomainMembership=YES SkipComputerName=YES SkipRoleSelection=YES SkipIntuneGroup=YES SkipAdminPassword=YES SkipLocaleSelection=YES SkipTimeZone=YES SkipApplications=YES SkipSummary=YES SkipPSDWizardSplashScreen=YES
If you don't include
SkipPSDWizardSplashScreen=YESyou will get this:However the PSD wizard will get bypassed and continue the task sequence.
-
The next step, of course, is to make sure you set the correct items such as
- TaskSequenceID
- ComputerName
- DomainJoin or Workgroup
- Admin Password
- Applications (optional)
- Locale and Timezone
- Currently there is no property to set a default value for the two new pages: IntuneGroup and DeviceRole. You must use the wizard to set it for now.
- In the PSDWizardGuide, it mentions SkipWelcome which is a typo and shouldn't be in there.
- Do a
diskpart cleanor use the new PrestartMenu to wipe the disk prior to testing these settings and it should work. Send us feedback on this.
- Read through the Latest Release Setup Guide
