Property Name
OperatingSystemVersion
Property Type
String
Description
It gets the version number of the operating system on the
computer.
Example
Dim ComputerObject As IADsComputer
'Fill in the correct values for <DomainName> and
<ComputerName>
Set ComputerObject =
GetObject("NTDS://<DomainName>/<ComputerName>")
Debug.Print ComputerObject.OperatingSystemVersion
See Also