ADSI Computer Object represents the information about a computer (server, client, workstation) on a network. In some directory services, a computer object can contain other computer objects or the services that computer provides. In other directory services, a computer object is a single device.
| Interfaces typically supported on ADSI Computer Object | Description |
|---|---|
| IUnknown | Universal COM object management and interface query methods. |
| IDispatch | Automation methods for late-bound access to an object's methods and properties. |
| IADs | Standard Active Directory object management methods. |
| IADsContainer | Object management and enumeration methods. |
| IADsComputer | Management methods for a computer object and its persistent properties. |
| IADsComputerOperations | Computer information management methods for non-persistent properties. |
Windows NT: Use version 4.0 and later.
IADsComputer, IADsComputerOperations