I'm an auditor, and I like to know things like: are there local IDs on servers? Are those local IDs also in the administrator group?
Not only that, I need to hand this script out to various admins, so I can't specify one domain name in the script.
So, first I need to get the domain name, then identify all the servers on the domain, then pull only local user IDs and their local group membership and push it to a text file (Excel would be better, but I know what I'm asking!)
I've used:
strDomainName = InputBox("Enter Domain Name To Query")
for my other scripts, but getting the rest of the info into one script is far beyond my scripting skills. Admins in many companies would bless your efforts. I would be personally thrilled and sing your praises on my blog. How bout it, scripters???
Software/Hardware used:
ASKED:
June 26, 2008 12:36 AM
UPDATED:
June 27, 2008 8:35 AM
Eigen, hopefully fellow community blogger Jerry Lees will drop by this question. He has a blog on IT Knowledge Exchange called The VBScript Network and Systems Administrator’s Cafe and may be able to help. You may wish to post a comment on his blog if you see an applicable post.