Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
GroupCount = "add distro group name here"
Set objGroup = GetObject _
("LDAP://cn="& GroupCount & ",ou=Distribution Groups,dc=domain,dc=COM")
objGroup.GetInfo
arrMemberOf = objGroup.GetEx("member")
For Each strMember in arrMemberOf
strMember1 = strMember1 + 1
Next
wscript.echo strmember1