SCCM 2012 doesn't read customsettings.ini which was created by using MDT 2012 integrated task sequence.
-
Thursday, February 28, 2013 6:15 AM
Hello Gentlemen;
On SCCM2012 I created a MDT integrated task sequence to deploy Win8. In the task sequence I created a settings package which is for customsettings.ini and it's available, valid.
...but my "task sequence" doesn't read my customsettings.ini although my valid settings package is attached to my task sequence.
What am I missing? Do u have any idea?
All Replies
-
Thursday, February 28, 2013 7:24 AMLook in the ztigather log for more information.
-
Thursday, February 28, 2013 10:51 AMThere is no ztigather.log in the server.
-
Thursday, February 28, 2013 12:27 PMztigather is located on the client
-
Friday, March 01, 2013 12:21 AM
Henrik;
Thanks. Yes the client has ztigather.log and it looks like customsettings.ini is read during deployment.
My actual problem is something else. My customsettings.ini is as below. I entered there skip task sequence command but deployment still prompts me "task sequence". I don't want to be prompted task sequence during deployment. Am I missing something?
[Settings]
Priority=TaskSequenceID, Default
[MDT-Win8-TS1]
Properties=MyCustomProperty
[Default]
_SMSTSORGNAME=%OSDComputerName% to be installed...
OSInstall=Y
UserDataLocation=AUTO
TimeZoneName=(UTC+02:00) Istanbul
AdminPassword=********
JoinDomain=mydomain.lan
DomainAdmin=administrator
DomainAdminDomain=mydomain.lan
DomainAdminPassword=********
MachineObjectOU=CN=Computers,DC=mydomain,DC=lan
HideShell=YES
DriverSelectionProfile=Nothing
DriverInjectionMode=ALL
SkipAppsOnUpgrade=YES
SkipAdminPassword=YES
SkipProductKey=YES
SkipComputerName=YES
SkipDomainMembership=YES
SkipUserData=YES
SkipLocaleSelection=YES
SkipTaskSequence=YES
TaskSequenceID=MDT-Win8-TS1
SkipTimeZone=YES
SkipApplications=YES
SkipBitLocker=YES
SkipSummary=YES
SkipCapture=YES
SkipFinalSummary=YES
SkipRoles=YES
EventService=http://cm.mydomain.lan:9800
SkipPackageDisplay=YES
SkipBDDWelcome=YES
SkipAdminAccounts=YES -
Friday, March 01, 2013 6:46 AM
The skip settings is only for MDT wizard which is not used in configuration manager.
- Edited by Henrik_DahlMicrosoft Community Contributor Friday, March 01, 2013 6:46 AM
- Marked As Answer by xnor2001 Friday, March 01, 2013 11:25 AM
-
Friday, March 01, 2013 11:25 AM
Thank you Henrik.
I had been struggling with it for days...

