Windows VPN always disconnects after < 3 minutes, only from my network

Tremendous thank you to @Warner and @William for their suggestions. Ultimately it was William’s answer which lead me to the final resolution. For anyone who comes looking, here’s the deal. After a ton of messing around trying to isolate the problem, I finally did as William suggested and pulled up my firewall logs. Not expecting … Read more

How safe are Windows Active Directory Schema Updates?

Schema updates are a one way function. You can only add new schema to AD, you can never delete anything. For this reason you should always carefully evaluate alternatives when software requires schema extensions or updates; be sure it’s something you’re willing to commit to using. First thing, make sure you have a good backup … Read more

Seizing FSMO roles from dead Windows Domain Controller

Are the roles listed from netdom query fsmo the same ones I’ve seen listed elsewhere? For example, is Domain role owner the same as Domain Naming Master? Is RID Pool Manager the same as the RID role? Yes, exactly. Not sure why they’ve got the names slightly different in that particular display. What are the … Read more

Querying DNS for CNAMEs for a server

You didn’t specify what your environment is but if you’re using Unix I think a combination of dig and grep should work. ns.example.com should be the hostname of your nameserver, example.com is the domain your host is part of, and HOST is the host that you want to find all the CNAME records for. That’s … Read more

HTTP Compression on IIS 6.0 (Windows Server 2003)

HTTP COMPRESSION in IIS 6 and IIS 7 using Service Account TechNet – Enabling HTTP Compression IIS Compression in IIS6.0 How to enable HTTP compression (IIS6) HTTP Compression and IIS 6.0 IIS 6 Compression – quickest and effective way to do it for ASP.NET compression UPDATE: To verify that compression works, you could use Firefox … Read more