AD Programability

  • Thread starter Thread starter Vish
  • Start date Start date
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
 
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
 
Back
Top