The ADSI User Object represents an individual end-user account on a network. The user object makes it possible to administer individual user accounts and their associated information across various network environments using a single set of interfaces.
| Interfaces typically supported on ADSI User 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. |
| IADsUser | Management methods for a user object and its persistent properties. |
Windows NT: Use version 4.0 and later.