Skip to content

Instantly share code, notes, and snippets.

@williamjacksn
Created February 3, 2014 17:54
Show Gist options
  • Save williamjacksn/8788837 to your computer and use it in GitHub Desktop.
Save williamjacksn/8788837 to your computer and use it in GitHub Desktop.
Display Configuration Manager Client version
For Each c In GetObject("winmgmts:root/ccm").InstancesOf("CCM_InstalledComponent")
If c.Name = "CcmFramework" Then
WScript.Echo c.Version
End If
Next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment