ADSI Objects of WinNT
The ADSI WinNT provider implement the following COM objects to support features and services of various ADSI interfaces.
ADSI Object | Description | Supported Interfaces |
---|---|---|
Class | An ADSI object that represents a class definition. | |
Computer | An ADSI object that represents a computer. | |
Domain | An ADSI object that represents a domain over the network. | |
FileService | An ADSI object that represents a file service. | |
FileShare | An ADSI object that represents a file share. | |
FPNWFileService | An ADSI object that represents a file service. | |
FPNWFileShare | An ADSI object that represents a file share. | |
FPNWResource | An ADSI object that represents a resource. | |
FPNWResourcesCollection | An ADSI object that represents a collection of resources. | IADsCollection |
FPNWSession | An ADSI object that represents a session. | |
FPNWSessionsCollection | An ADSI object that represents a collection of sessions. | IADsCollection |
Group | An ADSI object that represents a group. | IADs IADsGroup IADsPropertyList Note: GetInfo cannot be used for groups that contain members that are wellKnown security principals in the WinNT scope. |
GroupCollection | An ADSI object that represents a collection of groups. | |
LocalGroup | An ADSI object that represents a local group. | |
LocalgroupCollection | An ADSI object that represents a collection of local groups. | |
Namespace | An ADSI object that represents the WinNT namespace. | |
PrintJob | An ADSI object that represents a print job. | |
PrintJobsCollection | An ADSI object that represents a collection of print jobs. | IADsCollection |
PrintQueue | An ADSI object that represents a print queue. | |
Property | An ADSI object that represents an attribute definition. | |
Resource | An ADSI object that represents a resource. | |
ResourcesCollection | An ADSI object that represents a collection of resources. | IADsCollection |
Schema | An ADSI object that represents the schema container. | |
Service | An ADSI object that represents a service. | |
Session | An ADSI object that represents a session. | |
SessionsCollection | An ADSI object that represents a collection of sessions. | IADsCollection |
Syntax | An ADSI object that represents the syntax of an attribute. | |
User | An ADSI object that represents a user account. | |
UserGroupCollection | An ADSI object that represents a collection of user groups. | IADsMembers |