MDT customsettings.ini

Hi , today we gonna learn a little bit of  the customsettings.ini archive included on “settings part” on MDT

Where is this? -> customsettings is part of the settings created on your MDT task secuence , in this part unattend.xml and customsettings are created on a server’s folder .

Remember that MDT creates this 3 principal packages :

USMT ()

MDT TOOLKIT () 

SETTINGS ()

Si if you gonna edit some configurations or automatize it , there you go . These are the principal switches of customsettings.ini

Standard Switches:

OSInstall=YES/NO
SkipAdminPassword=YES/NO
SkipApplications=YES/NO
SkipAppsOnUpgrade=YES/NO
SkipBDDWelcome=YES/NO
SkipBitLocker=YES/NO
SkipCapture=YES/NO
SkipComputerName=YES/NO
SkipComputerBackup=YES/NO
SkipDeploymentType=YES/NO
DeploymentType=NEWCOMPUTER
SkipTaskSequence=YES/NO
TaskSequenceID=TaskIDNumber

SkipPackageDisplay=YES/NO
SkipProductKey=YES/NO
SkipSummary=YES/NO

SkipFinalSummary=YES/NO

 Domain Membership Switches:

SkipDomainMembership=YES/NO
JoinDomain=EnterDomainName
DomainAdmin=Administrator
DomainAdminDomain=Domain
DomainAdminPassword=Pa$$w0rd

Language and Locale Switches:

SkipTimeZone=YES/NO
TimeZoneName=Eastern Standard Time

SkipLocaleSelection=YES/NO
KeyboardLocale=en-US
UserLocale=en-US
UILanguage=en-US

User Data Migration Switches:

SkipUserData=YES/NO

UserDataLocation=Auto Or UserDataLocation=NETWORK
UDShare=\\ServerName\MigData$
UDDir=%ComputerName%

Bitlocker Drive Encryption Switches: There is a little more to this than just adding the commands. As soon as I can, I will add those steps HERE!

BDEDriveLetter=C:
BDEDriveSize= 2000
BDEInstall=TPM
BDERecoveryKey=FALSE
BDERecoveryPassword=FALSE
BDERequired=YES

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.