Dim User as object Set User = GetUserObjectFromPartialName(‘doe’) Msgbox User.FullName & User.sAMAccountName ——————————… more →
Nishant Pant's Techie Blogwrote 1 year ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →
wrote 1 year ago: I wrote this script which will give you a list of Application pools defined on your IIS 6.x box and … more →
wrote 3 years ago: With so much push towards SOA architectures, you might have lot of your common code encapsulated in … more →
wrote 3 years ago: Dim User as object Set User = GetUserObjectFromPartialName(‘doe’) Msgbox User.FullName … more →
wrote 3 years ago: Here is a simple recursive function that I wrote which will give you nested groups and members for a … more →
wrote 1 year ago: Dim User as object Set User = GetUserObjectFromPartialName(‘doe’) Msgbox User.FullName … more →