In our environment we have MDT 2012 Update 1 and have been using it for around 2 years. Everything works fine but I have now been asked to create a task sequence for the sole purpose of testing hardware when it comes back from an end user. This seems simple enough to create a task that will install the OS, inject drivers, and that be it. My current default rules join the machine to our domain and obviously I don't want that in this situation.
My question is how can I eliminate the domain join for this task only?
Here are my current rules:
[Settings] Priority=Default [Default] _SMSTSORGNAME=PC Deployment HideShell=Yes OSInstall=Yes DoNotCreateExtraPartition=YES SkipApplications=Yes SkipAppsOnUpgrade=YES SkipAdminPassword=YES SkipProductKey=YES SkipComputerName=YES SkipDomainMembership=YES SkipUserData=YES UserDataLocation=AUTO SkipLocaleSelection=YES SkipTimeZone=YES SkipBitLocker=YES SkipSummary=YES SkipBDDWelcome=YES SkipFinalSummary=NO TimeZone=002 TimeZoneName=Central Standard Time JoinDomain=corp.domain.com DomainAdmin=Admin DomainAdminPassword=Password MachineObjectOU=OU=OSBuilds,DC=CORP,DC=DOMAIN,DC=COM FinishAction=REBOOT
I've tried putting TaskSequenceID as the top priority and setting it to join workgroup but it didn't work.