Active Directory User Management Help

CBuxton

Senior member
Dec 8, 1999
389
0
0
How can I edit multiple users at once in Windows 2000 Active Directory?? Seems rather trivial, but in NT4 you could simply highlight multiple users, go to properties, and add things like logon scripts, and mass changes to the home drive (this is exactly what I want to do with Active Directory). I used the AD Migration Tool to move my users over from NT4, but now need to redirect their home directories, and put a different logon script filename into that box. I just cannot seem to figure out how to make a change for a selected number of users except if I do them one at a time! I cannot believe that Microsoft would remove this functionality from Windows 2k, so I must be overlooking something somewhere. Thanks for any help!
 

DAM

Diamond Member
Jan 10, 2000
6,102
1
76
have you put them into groups? in my case i have a couple of groups, one is "admins" the other is "everyone" all rules are set on the group level and they trickle to the individual user.








dam(regards)
 

err

Platinum Member
Oct 11, 1999
2,121
0
76
I believe this is not what he wants. He wants to be able to modify the properties of multiple users at the same time, not assigning permissions to users.

eRr
 

ozds

Junior Member
Dec 24, 2000
9
0
0
Don't know how to do it, but you ought to look into scripting with ADSI to do this. If you can find a site with some decent information, they ought to have examples for that very thing, would imagine needing to do this would be at least decently common.
 

Shadow07

Golden Member
Oct 3, 2000
1,200
0
0
A couple of tips.

1. There is no GUI way of adding/removing attributes of users/groups. This is a problem with the way Microsoft built the MMC. In newer versions, we will have the ability of editing multiple users/groups at the same time, and also with the addition of right-click.

2. You can create scripts that will do this. I would goto Microsoft's Technet site and search for ADSI. I would also make a trip to MSDN and search once more for ADSI. There are a lot of whitepapers on ADSI.

Let me know if you have any further problems/questions.:)