AD Programability

V

Vish

Hi Guys

I am using Administrator's user and password for the
following

operations
Questions

1. How can I extend Class-schema of Users and Groups
of Windows-2000 Server. Is there any Microsoft supplied
tool for changing schema and for editing field values for
changed schema of Users and Groups.

2. When I'm creating a New User in Active Directory
and setting the attributes which I require including
password using classes of DirectoryServices Namespace.
All attributes are set properly except the password. How
can I set password of a user using classes of
DirectoryServices Namespace?

Thanks and Regards
Vish
 
J

Jeromy Statia [MSFT]

1. How can I extend Class-schema of Users and Groups
of Windows-2000 Server. Is there any Microsoft supplied
tool for changing schema and for editing field values for
changed schema of Users and Groups.

Please refer to the following document for schema extending:
http://www.microsoft.com/technet/tr...ver2003/proddocs/entserver/sag_adschema_6.asp
2. When I'm creating a New User in Active Directory
and setting the attributes which I require including
password using classes of DirectoryServices Namespace.
All attributes are set properly except the password. How
can I set password of a user using classes of
DirectoryServices Namespace?

are you sure to do a CommitChanges() on the Directory Services Object after
you make all changes?

tx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top