MDT

From AlphaBook
Revision as of 15:17, 21 February 2017 by Admin (talk | contribs) (Microsoft Deployment Toolkit)
Jump to: navigation, search

Assessment and Deployment Kit

Microsoft Deployment Toolkit

  • Install MDT
  • Launch DeploymentWorkbench
  • Right click on Deployment Shares, select New Deployment Share
    • Deployment share path: D:\DeploymentShare
    • Share name: DeploymentShare$
    • Deployment share description: MDT Deployment Share
    • Deployment Options
      • Ask if a computer backup shoud be performed
      • Ask for a product key
      • Ask to set the local Administrator password
      • Ask if an image should be captured
      • Ask if BitLocker should be enabled
  • MDT Deployment Share Properties
    • Rules
    • Bootstrap.ini
    • Windows PE Custom background picture
    • ... ...

Unattached installation

  • Rules
    • [Settings]
    • Priority=Default
    • Properties=MyCustomProperty
    • [Default]
    • OSInstall=YES
    • SkipCapture=YES
    • SkipAdminPassword=YES
    • SkipProductKey=YES
    • SkipBitLocker=YES
    • SkipUserData=YES
    • SkipDomainMembership=YES
    • JoinDomain=alphabook
    • MachineObjectOU=OU=WDS Workstations,DC=alphabook,DC=com,DC=cn
    • DomainAdmin=srv-wds
    • DomainAdminPassword=xxxxxxxx
    • DomainAdminDomain=alphabook
    • SkipLocaleSelection=YES
    • KeyboardLocale=en-US
    • UserLocale=en-US
    • UILanguage=en-US
    • SkipTimeZone=Yes
    • TimeZoneName=China Standard Time
    • FinishAction=LOGOFF
    • SkipSummary=NO
    • SkipFinalSummary=YES
  • Bootstrap.ini
    • [Settings]
    • Priority=Default
    • [Default]
    • DeployRoot=\\BJWDS01\DeploymentShare$
    • UserID=srv-wds
    • UserDomain=alphabook
    • UserPassword=xxxxxxxx
    • SkipBDDWelcome=YES