I’ve been in an automating mood lately – old school, batch script style.
Here’s another one I cooked up to relieve you of tedious steps needed to turn off all advanced networking features in
Windows 2008/Vista/7.
As a bonus, I added before and after logging for fun.
As a side note, I was not able to cook up a [...]
This tool was mentioned to me by another consultant – it is a fantastic way to get a quick overview of an unfamiliar environment.
Scans for replication, ntp, site, subnet, dns, and all kinds of issues!
Find it here -
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=dd7a00df-1a5b-4fb6-a8a6-657a7968bd11
Ever muddle through Microsoft KB 816042?
Ever wish there was an easy way to make all those registry edits?
I have…so I did something about it - a simple batch file will do nicely.
Tested this just the other day…batch file dump below (minus the ***s)
***
@echo off
rem http://support.microsoft.com/kb/816042
rem How to configure an authoritative time server in Windows Server
rem Uses [...]