Microsoft
Software
Hardware
Network
Question : vbscript with Loop command
Hi All,
I have below script, which copy user members from one group and cpies to another group.Now the question is that i have 6 different source groups and 6 target groups. I dont want to run 6 differnet scripts for each group. Can someone help me out with this. We can define set objx1....objx6 and same for target and then run the for command looping for each group.
--------------------------
----------
----------
-------
Set objSource = GetObject("LDAP://cn=Locat
ion - src, ou=Distribution Lists, ou= Groups, dc=xyz, dc=com")
' Select target group.
Set objTarget = GetObject("LDAP://cn=Locat
ion- DL, ou=Security Groups, ou=Groups, dc=xyz, dc=com")
' Enumerate members of source group.
For Each objMember In objSource.Members
' Check if this object already a member of the target group.
If (objTarget.IsMember(objMem
ber.AdsPat
h) = False) Then
' Add this object to the target group.
objTarget.Add(objMember.Ad
sPath)
count = count + 1
End If
Next
if count < 1 then
count = 0
end if
--------------------------
----------
----------
-----
Thanks
Answer : vbscript with Loop command
I am not familiar with the specifics of the ldap object, but you need to check to see if it is a group, and ignore it if it is.
Random Solutions
Transactional Replication
Looking for detailed comparisons/recommendation
s as to whether corporations should upgrade from Excel 2003 to Excel 2010 versus 2007
Exchange Server 2007 SP1 upgrade to SP3
select * in view
Oracle SQL GROUP BY
Can I create a timeline using HTML? ASP.NET? Word?
Show all the table row data linked to the result of a query selection in the mainform
How do I find out what version of AjaxControlToolkit is installed on my server?
Do Visual Basic require a license ?
I can't seem to add separators or other items to my bookmark folder in Firefox