Lets Automate It

from Josh Rickard

Mdt 2012 Deployment Guide Step by Step 10 of 11

2018-08-07 Josh Rickard

Automating the Deployment Process

  1. Right-click on the deployment share and select Properties

 36

  1. Select the “Rules” tab
  2. In the main window, edit the settings as required.  A sample CUSTOMSETTINGS.INI is below but feel free to change it as needed…
  3. 35
CUSTOMSETTINGS.INI

[Settings]

Priority=Default

[Default ]

_SMSTSORGNAME=Customer

SkipBDDWelcome=YES

SkipProductKey=YES

ProductKey= XXXX-XXXX-XXXXX-XXXXX

OverrideProductKey=XXXX-XXXX-XXXXX-XXXXX

SkipDeploymentType=YES

DeploymentType=NEWCOMPUTER

SkipDomainMembership=NO

JoinDomain=domain.com

DomainAdminDomain=domain.com

DomainAdmin=MDTAddComputer

DomainAdminPassword=Pa55w0rd

MachineObjectOU=ou=example,dc=domain,dc=com

OrgName=Customer

SkipUserData=YES

SkipTaskSequence=NO

TaskSequenceID=TASKSEQID

SkipPackageDisplay=YES

SkipLocaleSelection=NO

UILanguage=en-US

UserLocale=en-GB

KeyboardLocale=0809: 00000809

SystemLocale=en-US

SkipTimeZone=NO

TimeZoneName=GMT Standard Time

TimeZone=085

SkipBitLocker=YES

SkipSummary=YES

SkipCapture=YES

SkipAdminPassword=YES

SkipApplications=NO

SkipFinalSummary=NO

WsusServer=http: //wsus.domain.com

Home_page=http: //intranet.domain.com

FinishAction=SHUTDOWN

Sets the Company Name during the deployment

Skips unneeded wizard pages

Skips unneeded wizard pages

The Windows product key to use (only required if using MAK keys)

Sets the deployment type

Skip the domain membership screen

\

Credentials to use to join computers to the domain

/

Do not perform a user state migration

Do not ask which task sequence to run

Defautl to the task sequenceID you created earlier

Don’t display a list of possible OS packages to install Ask which regional settings to configure

Set the default UI language to English

Set the default user locale to GB English

Set the default keyboard to UK

Ask which time zone the computer is in

Set the default time zone to GMT

Set the default time zone to GMT (legacy support)

Skip the installation of BitLocker

Skip the Summary screen before deployment starts

Skip the “Build and Capture” options during deployment

Don’t ask for a local admin password for new PCs

Do not request local admin password during OS deployment

Pre-sets the admin password to the value specified

Allows you to set the local WSUS server for updates

Sets the default IE homepage for all users of new computers

Tells the computer to shut down once task sequence is completed

 

If you want to specify the Timezone, Locale or other settings during the deployment, simply change the YES to a NO for the relevant option and you’ll be prompted during deployment.  These settings are injected automatically during deployment into the unattend.xml so you don’t have to worry about messing around with it usually.