Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 1.66 KB

File metadata and controls

56 lines (39 loc) · 1.66 KB

Zero Touch Deployment with PSD

Prerequisites

Ensure you have followed the PSD installation guides.

ZeroTouch

To perform do a ZeroTouch deployment with latest PSD release, you must follow these steps:

  1. Edit Control\CustomSettings.ini and 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=YES you will get this:

    image

    However the PSD wizard will get bypassed and continue the task sequence.

  2. 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

Known Issues

  • 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.

TIP

  • Do a diskpart clean or use the new PrestartMenu to wipe the disk prior to testing these settings and it should work. Send us feedback on this.

Troubleshooting