Back to some VBS scripting… This script enumerates all Servers on the current domain and test it with a ping then writes to a server.txt file.
Enumerate exchange mailboxes script
I had already written a simillar script, that would go thru an entire Cluster and SGs, these one implements same theory but it is more flexible and easy to use. Basically you will get 3 types of info and all […]
Enumerate all IIS websites script
These script can be usefull when we want to know or map where are all our websites located. It is also capable of querying remote servers like getAllWebSistesIIS.vbs WEB2 I did like getAllWebSistesIIS.vbs WEB2 >> web2sites.txt and then I imported […]