Monday, September 13, 2010

VBscript - Gather All local users and group members

I created THIS SCRIPT to help audit who has access to a list of servers and what level of access they have. What this script does is read a text file (servers.txt) and outputs a .csv file listing all local accounts and all groups with their members along with if the account is enabled or disabled. It also creates a compare list of all the administrators so if the script is run once a week/month or what-not you are provided with a list of the New administrators of that time period which is created in a separate .csv called New Admins(date).csv

I do my best to keep these scripts easy to read and easy to modify as desired, however it is highly recommended that you are aware of what exactly each and every script you execute is performing.

 Requirements:
Windows 98 or newer


As always all questions and comments are welcome and appreciated. Thank you and god bless.

Disclaimer: Your use of the information contained in this blog, is solely at your own risk. All information provided on this blog and in its downloads are "as -is", without any warranty, whether express or implied, of its accuracy, completeness, fitness for a particular purpose, title or non-infringement. Further, we shall not be liable for any damages you may sustain by using this information, whether direct, indirect, special, incidental or consequential, even if it has been advised of the possibility of such damages.

No comments:

Post a Comment