Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Comparing group memberships
Name: blink Date: June 12, 2006 at 06:59:48 Pacific OS: XP/2K3AS CPU/Ram: p4
Comment:
How can you create a list of users that are in one group and in a certain second group?
Something in a dos prompt type fashion. You type:
FOO Group1 Group2
and it gives you a list of users that are in both groups.
Name: Mechanix2Go Date: June 12, 2006 at 07:02:58 Pacific
Reply:
find "Group1" < my.csv | find "Group2"
If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: blink Date: June 12, 2006 at 07:53:31 Pacific
Reply:
Cool, should be good. I'm having trouble creating a list of users for one of the groups, probably cause there are too much users in it, how can I circumvent this?
I use this code to make a list:
dsquery group -name logmbtst | dsget group -members | dsget user -samid>bla.txt
0
Response Number 3
Name: Mechanix2Go Date: June 12, 2006 at 08:30:51 Pacific
Reply:
I read your other thread. You may as well stick to one or the other.
I can't help because I don't have dsquery.
You may get help from someone who does if you give *detailed* info.
If at first you don't succeed, you're about average.
Summary: Hello all, This is a probably a simple question but. How would temporarily add a user to a group that has access to a folder. Then have this certain user removed from the group automatically after a c...
Summary: I have a lot of users (500+) on Active Directory. From these users I want to see what groupmemberships they have. These groups I want exported to a *.csv file in the format of Username GroupA GroupB G...
Summary: this is something of an unusual situation. I have come into a setup where the administrator on a Win2k3 machine has setup a couple of operators in the "Power Users" group so they may "perform activiti...