Unsolved
This post is more than 5 years old
1 Message
0
20781
December 24th, 2013 08:00
MDT 2012 - CCTK and MBAM
I am going crazy trying to figure this out. I keep having issues with this. Here are my steps:
1. Install CCTK
2. TPM Enable
3. Reboot
4. TPM Activate
5. Reboot
6. TPM Remove password
7. Reboot
8. Suppress UI
9. Install Client via MSI
10. Remove Registry Keys
I have tried this as command lines and MDT reboot commands
I have tried this setting them up as applications and the applications calling a bat file with reboot commands in bat file (this has caused the network connection to not pick back up after restart)
Several issues have happened:
1. Physical adapter does not connect back to the network, have to unplug/replug in the cable
2. Computer Restarts and is unable to auto log back in
3. Steps just start failing
Can someone send me what they did to get these commands to work? If you used bat files, how you structured them, etc?
Thanks
Rick



brian.kaler
1 Message
0
January 9th, 2014 15:00
Here are my steps that are working (technically system center 2012, but should work in MDT)
- set bios password (this one is critical, everything else will fail if this is not done)
- enable tpm
- restart computer
- tpm activate
- restart computer
- reset bios password (not necessary, but we don't want bios passwords on our system)
I don't install the CCTK, it's package and all are command lines to the cctk.exe, get used to using the --valsetuppwd switch because it needs to be used with the current password for both activate and tpm ON steps. SCCM does this a little differently than MDT does however, so you'll probably have to create applications for each step I would imagine.
Nothing overly specific for MBAM, just mbamclientsetup.exe /q for command line.