If you look in the GroupMap table, which class it is coming from? Might be 
helpful.  Look at the GroupName column and it may make your work a little 
easier.

You can make it a little easier by running a SQL Query instead of reading 
through the few hundred rows it returns:

SELECT * FROM GroupMap
Where GroupName like '%TPM%'
Order by GroupName

(NOTE: Watch out for the SmartQuotes!)


Thanks,
________________________________


Mark Mears
[email protected]<mailto:[email protected]%0d>
Phone: (757) 945-2651


[cid:[email protected]]<http://www.cireson.com/>


[cid:[email protected]]<http://twitter.com/teamcireson>  Check out 
our System Center App Store: www.cireson.com/app-store


________________________________



From: [email protected] [mailto:[email protected]] On 
Behalf Of Stephen Owen
Sent: Monday, October 14, 2013 1:05 PM
To: [email protected]
Subject: [mssms] Where do the values from v_GS_Bitlocker_TPM_Info0 in SQL come 
from?

Hi all,

  SCCM 2007 environment here.  I'm creating a report of all of the computers in 
the company that do not have BitLocker enabled on them..and the results look 
really bleak (3300 / 10k laptops!).

  Before I turn in these results to management, do any of you all know where 
these values come from?  I'm assuming one of the .mof files might tell me which 
registry keys or what have you relate to which column in the table.  A google 
search returned zero results for 'v_GS_Bitlocker_TPM_Info0' which was also 
pretty depressing.

  Thanks guys!




<<inline: image001.png>>

<<inline: image002.jpg>>

Reply via email to