diff --git a/Analyses/TPM - Windows.bes b/Analyses/TPM - Windows.bes
index 6b3d565..3262c1d 100644
--- a/Analyses/TPM - Windows.bes
+++ b/Analyses/TPM - Windows.bes
@@ -13,6 +13,6 @@
if (exists wmi "root\CIMV2\Security\MicrosoftTpm" and exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm") then (if (boolean value of select "IsActivated_InitialValue from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm" = true) then "Activated" ELSE "Not Activated") else ERROR "TPM not visible to OS"
if (exists wmi "root\CIMV2\Security\MicrosoftTpm" and exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm") then (if (boolean value of select "IsActivated_InitialValue from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm" = true) then "Owned" ELSE "Not Owned") else ERROR "TPM not visible to OS"
exists selects "* from Win32_Tpm" of wmi "root\CIMV2\Security\MicrosoftTpm"
- tuple string item 0 of string value of selects "SpecVersion from Win32_Tpm" of wmis "root\CIMv2\Security\MicrosoftTpm"
+ maxima of (it as version) of tuple string items of string values of selects "SpecVersion from Win32_Tpm" of wmis "root\CIMV2\Security\MicrosoftTpm"