How to add OS Edition in webreports-Explore Data

How to add OS Edition in webreports-Explore Data

Are you looking for OS Version?
If so,go to the Edit columns and then select the OS Version it will show you the version of the OS installed on the endpoints.

Hoping it helps you

No, Looking for an Windows edition- Ex:- Standard, Enterpirse, etc

if (exists wmi AND (not (name of operating system = "WinME" ))) then (string value of selects "caption from win32_operatingsystem" of wmi & " " & csd version of operating system) else ( "Windows " & (following text of first "Win" of (name of operating system as string)) & (if (name of operating system = "WinNT" ) then ((if (exists key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions" whose (exists value "ProductType" of it AND (value "ProductType" of it as string as lowercase = "servernt" OR value "ProductType" of it as string as lowercase = "lanmannt" )) of registry) then (if (exists key "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ProductOptions" whose (exists value "ProductSuite" of it AND value "ProductSuite" of it as string as lowercase contains "terminal" ) of registry) then " Terminal Server" else " Server" ) else " Workstation" ) & " " & csd version of operating system) else (if (name of operating system = "Win98" ) then (if (csd version of operating system as string contains "A" ) then " Second Edition" else "" ) else (if (name of operating system = "Win95" ) then (if (csd version of operating system as string contains "C" OR csd version of operating system as string contains "B" ) then " OSR2" else "" ) else " " & csd version of operating system ))))

1 Like

how do you use this?

Your BigFix admin will know. They’ll add it as a Managed Property or in an Analysis.

great. it works fine.

I am not able to do it, can i have the steps please

Tools --> create new analysys
in properties tab --> add property and paste the code from alexa (pay attention at the “” quote)
In relevance select yout condition and add also “OS” contains “win”