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.
Set newMember = GetObject("LDAP://cn=" & DinstinguishedName & ",cn=Users,dc=your_domain_here,dc=com")
Set newGroup = GetObject("LDAP://cn=" & Projectnumber & ",cn=Users,dc=your_domain_here,dc=com")
newGroup.Put ADS_PROPERTY_APPEND, "Member", newMember
newGroup.SetInfo