Loading |
VBScript |
JavaScript |
Powershell |
Search Options: List the SFU Product VersionContent of List the SFU Product Version.vbsMD5 Hash: 232E04BCED1F86BFFE1C9F810A9EB6AC |
||
' Description: Displays the Services for UNIX product version.
On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\sfuadmin") Set colItems = objWMIService.ExecQuery("Select * from ProductVer") For Each objItem in colItems Wscript.Echo "KeyName: " & objItem.KeyName Wscript.Echo "Operating System Version: " & objItem.OsVersion Wscript.Echo "Software Type: " & objItem.SoftwareType Wscript.Echo Next | ||
© 2008 - 2013 Boris Toll :: Scripts available: 6.481 :: :: scriptbox.toll.at :: :: powered by www.toll.at :: |