diff --git a/other/audit_windows.vbs b/other/audit_windows.vbs index 777ecad15..2c9ed382b 100644 --- a/other/audit_windows.vbs +++ b/other/audit_windows.vbs @@ -7342,6 +7342,8 @@ function os_family(os) if InStr(os, "2012") then os_family="Windows 2012" if InStr(os, "Windows 10") then os_family="Windows 10" if InStr(os, "2016") then os_family="Windows 2016" + if InStr(os, "2019") then os_family="Windows 2019" + end function @@ -7352,6 +7354,7 @@ function WMIDateStringToDate(dtmDate) end function + function WMINetConnectorStatus(status) if status = 0 then WMINetConnectorStatus = "Disconnected" end if if status = 1 then WMINetConnectorStatus = "Connecting" end if @@ -8366,4 +8369,4 @@ End Sub ' 9900 - Win Phone 8 ' 10211 - Win Phone 8 ' 10240 - Windows 10 -' 14393 - Server 2016, Windows 10 Anniversary Update \ No newline at end of file +' 14393 - Server 2016, Windows 10 Anniversary Update