|
| |||||||||
| Tags: active directory, domain, script, user group |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to Export users from the Domain Users group into another Sec G
What is the best way to get an export of the domain users group, and then import those users into another Security group? |
|
#2
| |||
| |||
| Re: How to Export users from the Domain Users group into another Sec G |
|
#3
| |||
| |||
|
Is this what you are looking for? Set oGroup1 = GetObject("LDAP://cn=Group1,ou=Groups,dc=change-my-name,dc=local") Set oGroup2 = GetObject("LDAP://cn=Group2,ou=Groups,dc=change-my-name,dc=local") For Each oUser in oGroup1.Members oGroup2.Add(oUser.ADsPath) Next using DSGET and DSMOD |
|
#4
| |||
| |||
| Re: How to Export users from the Domain Users group into another S
I am using dsget and dsmod and gives me wrong. I need to add users of Domain Users Groups into another group. Only error with Domain Users group, if use other group like Domain Admin, work. Can Help me Please! |
|
#5
| |||
| |||
| Re: How to Export users from the Domain Users group into another S
this script with Domain Users Groups not work. With other Groups, work perfectly. |
|
#6
| |||
| |||
| Re: How to Export users from the Domain Users group into another Sec G
Hey i would like to bump this article. I hopeless when it comes to VBscript so please be patient. I want to copy the users from Domain users into another group. I've run this script and it seems to copy about 10 or so accounts but that's it. Anyone know why this might be the case and how i can get round it? Thanks p.s. AD is server 2003 |
|
#7
| ||||
| ||||
| Re: How to Export users from the Domain Users group into another Sec G Quote:
__________________ Education, Career and Job Discussions |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Export users from the Domain Users group into another Sec G" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Export AD Users and Group Member Ship | msperano | Windows Server Help | 4 | 10-05-2010 07:17 PM |
| export users with password from domain | networkmisr | Active Directory | 2 | 09-05-2009 08:22 PM |
| ADMT 3.0 Users Migration: Fix Users' Group Memberships stopped working | Jason | Windows Server Help | 11 | 05-12-2008 01:14 PM |
| Active Directory Users with Group Membership Export to Excel | tim.cole@ftnfinancial.com | Window 2000 Help | 2 | 18-05-2006 02:31 AM |
| How to export list of users from each global, domain, local group? | Mugen | Active Directory | 1 | 10-06-2005 08:52 AM |