Various Questions
-
Tuesday, February 12, 2013 1:38 AM
How would you change this CS.ini
[Settings]
Priority=OSVersion, DefaultGateway, Default, TimeandKeyboard, RemoteSite1,LocalSite, XP, WinPE
Properties=MyCustomProperty
[DefaultGateway]
10.0.3.1=RemoteSite
10.0.2.1=LocalSite
[Default]
OSInstall=Yes
XResolution=1920
YResolution=1080
vRefresh=60
SkipAdminPassword=YES
SkipComputerBackup=YES
SkipBitLocker=YES
_SMSTSOrgName=Company Name
_SMSTSPackageName=
SkipComputerName=No
SkipFinalSummary=Yes
SkipProductKey=YES
ApplyGPOPack=NO
SKIPCAPTURE=NO
SkipTaskSequence=YES
SkipDomainMembership=Yes
JoinWorkGroup=WorkGroup
FinishAction=Restart
[RemoteSite1]
TaskSequenceID=Local Golden Image
[LocalSite]
TaskSequenceID=Remote Golden Image
[XP]
DeploymentType=NEWCOMPUTER
[WinPE]
DeploymentType=NEWCOMPUTER
[TimeandKeyboard]
SkipTimeZone=Yes
TimeZone=035
TimeZoneName=Eastern Standard Time
SkipUserData=YES
UserDataLocation=NONE
SkipLocaleSelection=YES
KeyboardLocale=en-US
UserLocale=en-US
UILanguage=en-USI want to create a 2nd MDT Share on the same server WDS and MDT are hosted, is this possible using PXE boot? If so can someone point me in the right direction?
Is there a way to display all details before you hit begin?- Edited by localuserguest Tuesday, February 12, 2013 1:39 AM
- Edited by localuserguest Tuesday, February 12, 2013 2:20 AM
- Edited by localuserguest Tuesday, February 12, 2013 2:21 AM
- Edited by localuserguest Tuesday, February 12, 2013 2:57 AM
- Edited by localuserguest Tuesday, February 12, 2013 1:12 PM
All Replies
-
Tuesday, February 12, 2013 6:58 AM
DeployRoot Property should be in BootStrap.ini file and not CS.ini. In MDT Console, open help from menu bar and search for "DeployRoot".
The CS.ini you pasted, does indicate a few things you want to accomplish. 2 sites - 2 Images and 2 Deployment Shares. Also, there are a lot of typo's in CS.ini like NEWCOMPUTER. There is no property like this - it is a value for Property called DeploymentType.
If you detail out on what you want to do with PXE etc, maybe we can help.
Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"
-
Tuesday, February 12, 2013 10:06 AM
a second share is not a problem since it would be a totally different deployment share.
once you update the second deploymentshare you just need to add the second litetouchPE.wim to WDS.
and you have two deploymentshares you can boot from
-
Tuesday, February 12, 2013 1:48 PM
Vik, I have changed the cs.ini - Thanks for the clarity. I want to have one share for sysprep and capturing and the other for image deployment. I have read this is the best method but I cannot find out how to make them correctly. I would like to boot into PXE and it say Production or Testing or something along those lines.
I also cannot get my images to join the domain :(
[Settings]
Priority=OSVersion, DefaultGateway, Default, TimeandKeyboard, RemoteSite1,LocalSite, XP, WinPE
Properties=MyCustomProperty
[DefaultGateway]
10.0.3.1=RemoteSite
10.0.2.1=LocalSite
[Default]
OSInstall=Yes
XResolution=1920
YResolution=1080
vRefresh=60
SkipAdminPassword=YES
SkipComputerBackup=YES
SkipBitLocker=YES
_SMSTSOrgName=Company Name
_SMSTSPackageName=
SkipComputerName=No
SkipFinalSummary=Yes
SkipProductKey=YES
ApplyGPOPack=NO
SKIPCAPTURE=NO
SkipTaskSequence=YES
JoinDomain=FQDN
DomainAdmin=DOMAINADMINACCOUNT (can this be just a domainaccount or do I need to put in netbios\domainaccount)
DomainAdminDomain=FQDN
DomainAdminPassword=DOMAINADMINP@55W0RD
FinishAction=Restart
[LocalSite]
TaskSequenceID=ORIGINALISO
DeployRoot=\\DEPLOY\TestDeployment$
MachineObjectOU=OU=Workstations,OU=LocalSite,DC=COMPANYNAME,DC=Com (MachineObjectOU=OU=Workstations,OU=Chicago,DC=chicagocubs,DC=Com) - This is an example of chicagocubs.com
[RemoteSite1]
TaskSequenceID=Local Golden Image
[XP]
DeploymentType=NEWCOMPUTER
[WinPE]
DeploymentType=NEWCOMPUTER
[TimeandKeyboard]
SkipTimeZone=Yes
TimeZone=035
TimeZoneName=Eastern Standard Time
SkipUserData=YES
UserDataLocation=NONE
SkipLocaleSelection=YES
KeyboardLocale=en-US
UserLocale=en-US
UILanguage=en-USAt the end it just says it failed to join the domain after 4 attempts. I clicked okay and joined the domain with the same credentials that are in my original cs.ini.
- Edited by localuserguest Tuesday, February 12, 2013 1:48 PM

