Property Name
Description
Property Type
String
Description
Gets and sets the description of 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.Description
See Also