About Me

My photo
Bergen, Norway
19th times Microsoft MVP (Security and Windows). IT-Dude @SpareBankenNorge

Thursday, January 17, 2013

MDT Template creation settings

Working with a longer blog about MDT template creation, but for to nights MTUG - MDT session here are the necessary settings for the Template creation share:

Customsettings.ini

[Settings]
Priority=Default
Properties=MyCustomProperty
[Default]
_SMSTSORGNAME=EVRY IT-Avdeling
TimeZone=110
TimeZoneName=W. Europe Standard Time
InputLocale=0414:00000414
KeyboardLocale=nb-NO
UILanguage=nb-NO
OSInstall=Y
OSInstall=Y
SkipAppsOnUpgrade=NO
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerName=YES
SkipDomainMembership=YES
SkipUserData=YES
UserDataLocation=AUTO
SkipLocaleSelection=YES
SkipTaskSequence=NO
SkipTimeZone=YES
SkipApplications=NO
SkipBitLocker=YES
SkipSummary=YES
SkipBDDWelcome=YES
SkipCapture=NO
DoCapture=YES
SkipFinalSummary=NO
JoinWorkgroup=WORKGROUP

Bootstrap.ini
[Settings]
Priority=Default
[Default]
KeyboardLocalePE=0414:00000414       (Norwegian keyboard in the WinPE fase)
DeployRoot=\\Server\Template-DeploymentShare$    (Autocreated the right way)
SkipBDDWelcome=YES
UserDomain=Deployment
UserID=MDT-Install
UserPassword=Veldig-Hemmelig

Cleaning Up Unknown IAM Assignments Across Azure Subscriptions

  If you manage more than a handful of Azure subscriptions, IAM hygiene quickly becomes one of those tasks everyone knows is important, but ...