Created
February 3, 2014 17:54
-
-
Save williamjacksn/8788837 to your computer and use it in GitHub Desktop.
Display Configuration Manager Client version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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