RE: [MDT-OSD] list of Makes/Models...

2014-09-29 Thread Hedges, Dustin
I'd suggest always using the Trim method (VBScript or PowerShell) when reading the Model from WMI. Some older Dell's I know (possibly other vendors) had a lot of empty spaces trailing the actual model name which totally hosed scripts unless you accounted for that. Dustin Hedges Sr. Systems

[MDT-OSD] OptiPlex 9020s - BitLocker TPM Security Not Being Set by Task Sequence

2014-09-29 Thread Murray, Mike
Hello, When we try to enable TPM in our task sequence on the 9020, it does not work. However, it will work if we open a command prompt in WinPE and run the highlighted commands below. The script below is what we are running in the TS, but won't seem to work. Any ideas? -

RE: [MDT-OSD] OptiPlex 9020s - BitLocker TPM Security Not Being Set by Task Sequence

2014-09-29 Thread Keith Garner (Hotmail)
When calling a batch script from within another script, be sure to use the call qualifier. Otherwise. What kind of error messages are being returned? When in doubt always log the output for analysis ex post facto @if not defined debug echo off @echo Load the Dell HAPI Driver...