我做了一些需要识别已安装软件版本的工作。它返回一个数组,version
属性是一个字符串。格式是正确的。
$products = get-wmiobject Win32_Product....
$products.Version.GetType()
IsPublic IsSerial Name BaseType
-------- -------- ---- --------
True True String System.Object
版本字符串的示例.. 18.0.102.14
将这一点过去应该很简单,但我没有看到现成的方法。