I am trying to get the following Analysis to Output “N/A” but on systems (like a virtual) that it doesn’t exist, it returns “Error: Singular expression refers to nonexistent object.”
if exists (tuple string item 0 of string value of selects “ManufacturerVersion from Win32_Tpm” of wmis “root\CIMV2\Security\MicrosoftTpm”) then (tuple string item 0 of string value of selects “ManufacturerVersion from Win32_Tpm” of wmis “root\CIMV2\Security\MicrosoftTpm”) as string else “N/A”