Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic shows how to delete a user from a member server or computer running on Windows 2000 Professional.
To delete a user
Bind to the computer using the following rules:
- Use an account with sufficient rights to access that computer.
- Use the following binding string format using the WinNT provider, computer name, and an extra parameter to tell ADSI that it is binding to a computer: "WinNT://<computer name>,<computer>". The "<computer name>" parameter is the name of the computer whose groups you want to access. This parameter notifies ADSI that it is binding to a computer and allows the WinNT provider parser to skip some ambiguity resolution queries to determine what type of object you are binding to.
- Bind to the IADsContainer interface.
Specify "user" as the class using IADsContainer.Delete to delete the user.
Be aware that you do not need to call IADs.SetInfo to commit the change to the container. The IADsContainer.Delete call commits the deletion of the user directly to the directory.