Is anyone out there using disk encryption software? If so, do you mind running this query and posting or sending me the results and the software you are using?
Q: selects “* from win32_tpm” of wmi “root\CIMV2\Security\MicrosoftTpm”
I am just now in the process of writing a Task to install disk encryption software and one of the things i need to be able to retrieve is the TPM status (or property list) - the query above returns an error for me ( but then again I don’t have the encryption software installed on my test machine)
Does anyone know how I can retrieve TPM information?
thanks…
ps: I can install the encryption software and then test the above query if need be for you.
On the machines we have tested on, the query returns no information if encryption is not enabled, can you try on a test machine with the software installed?
I also get the “Error: Singular expression refers to nonexistent object” when I do this on XP SP2. If I run it on my Vista laptop with Safeboot installed (and encrypted) I get:
A: ManufacturerId=1229346816
A: ManufacturerVersion=1.2
A: ManufacturerVersionInfo=Not Supported
A: PhysicalPresenceVersionInfo=1.0
A: SpecVersion=1.2, 2, 0
Maybe this wmi call does not work properly on XP? The XP system has Safeboot installed - but not encrypted yet. I will find one that is. It might only come back with results when the system is actually encrypted only. Although, would of hoped to have it have results with at least the install in place.
Ok - so it appears this wmi call does not work on XP SP2. At least in my environment. Works fine for my Safeboot encrypted Vista laptop though. But if I run the same query on an encrypted XP laptop then I get the “singular expression…” error.
Ok - so it appears this wmi call does not work on XP SP2. At least in my environment. Works fine for my Safeboot encrypted Vista laptop though. But if I run the same query on an encrypted XP laptop then I get the “singular expression…” error.