PowerShell Scanner Inconsistent
So I've got this weird issue where data that is presented in the PowerShell scanner page does not align with what PDQ understands the data to be.
So here is an example. I get the TPM information using Get-TPM. I have computers where their "TpmEnabled" property shows as TRUE in the devices inventory page, but when building collections or running reports, it shows their "TpmEnabled" property as FALSE (or No in a report).
So I have a Collection where I get "All devices where TpmEnabled -eq False" and I get devices that have a TpmEnabled of True mixed in.
I'm not sure exactly what is going wrong here.
Comments
Dealing with that same issue right now. Would like a resolution as well.