VBS Script to identify Local Admins only on SERVERS
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???



