Hi,
I am trying to understand about the SCCM integration with Microsoft Deployment Toolkit.
I have integrated MDT 2010 with SCCM2007 R2. My requirement is below.
I am tried creating Microsoft Deployment Toolkit in SCCM 2007 to pass my customizations with Bit Locker Support.===== It's not working properly.
1. Domain joining is not working.
2. Given Custom Settings packages rules is not applying.
3. Bit Locker is not enabling and the recovery password is not generating in Active Directory.
Task Sequence:
Initialization
Format and Partition Disk
Use Toolkit Package
Check Pre-reqs
Gather
Preinstall
New Computer Only
Validate
Format and Partition Disk
Use Toolkit Package
Install
Apply Operating System Image
Post Install
Gather
Apply Windows Settings
Apply Network Settings
Configure
Auto Apply Driver
Setup Windows and ConfigMgr
Install Software
"Application name"
I am tried creating SCCM task Sequence and called MDT features in the SCCM task Sequence to pass my customizations. ====== It's not working properly.
1. Domain joining is not working.
2. Given Custom Settings packages rules is not applying.
3. Bit Locker is not enabling and the recovery password is not generating in Active Directory.
Task Sequence:
Restart in Windows PE
Format and Partition
Use Toolkit Package
Apply Operating System
Gather : Gather Local Data and Process Rules
Apply Windows Settings
Apply Network Settings.
Auto Apply Drivers
Restart Computer
Enable Bit Locker
Installing Applications
I am tried creating SCCM task sequence with no MDT feature ===== Its' working
1. Domain joining is happening.
2. Bit Locker is enabling and the recovery password is generating in Active Directory.
Restart in Windows PE
Format and Partition
Use Toolkit Package
Apply Operating System
Gather : Gather Local Data and Process Rules
Apply Windows Settings
Apply Network Settings.
Auto Apply Drivers
Restart Computer
Enable Bit Locker
My Customization is below
1. The end user should get prompt to choose Computer Name, Time Zone, Language and Keyboard Settings
Custom Settings.ini
SkipAdminPassword=Yes
SkipDomainJoining=Yes
SkipLocaleSelection=NO
SkipTimeZone=NO
SkipComputerName=NO
SkipBitLocker=YES
JoinDomain=XXXXX
DomainAdminDomain=XXXXX
DomainAdmin=XXXX
DomainAdminPassword=XXXX
MachineOU= <OUdetails>
Please i want to understand is there anything more configuration needed in MDT to pass the customization and i am not looking for any HTA method.
In some forums, MDT database is must while integrating with SCCM. Is it so? Please clear me.
What the Gather Phase will do?
Regards
Rajkumar Bhoopathy