Dim User as object Set User = GetUserObjectFromPartialName(’doe’) Msgbox User.FullName & User.sAMAccountName ——————————… more →
Nishant Pant's Techie BlogNishant Pant wrote 1 year ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →
Nishant Pant wrote 1 year ago: My previous post [Click Link] shows how to enumerate members of an AD group using an LDAP query writ … more →
Nishant Pant wrote 2 years ago: Dim User as object Set User = GetUserObjectFromPartialName(’doe’) Msgbox User.FullName … more →
Nishant Pant wrote 2 years ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →
Nishant Pant wrote 1 year ago: Dim User as object Set User = GetUserObjectFromPartialName(’doe’) Msgbox User.FullName … more →