Location of ADSI parameters

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

I dug around MSDN and was unsuccessful in finding the
different fields that I can utilize while importing users
into the AD using ADSI. I've got the basics; username,
first, last, description, password, etc...

I'm looking for group membership specifically and to
figure out why the AccountDisabled=FALSE isn't working
right...

Anyone know where I can find these fields?
 
Hi Eric-

Group membership (the memberof attribute) cannot be imported. The article
below gives a general rundown of the atributes that can and cannot be
altered in that way:

276382 Access to the attribute is not permitted because the attribute is
owned
http://support.microsoft.com/?id=276382

The status of an account being disabled or not is functionally a product of
the userAccountControl value for the user. Here's a good article on that:

305144 How to Use the UserAccountControl Flags to Manipulate User Account
http://support.microsoft.com/?id=305144

Two common tools people use (and my personal preferred) to import and export
objects from AD are LDIFDE.EXE and CSVDE.EXE.

Please repost if we can assist further.
 
Back
Top