Is there any technical reason why I shouldn’t use windows server 2012?

The only reason I can suggest for delaying a move to 2012, is that you have an existing domain architecture that won’t cleanly upgrade. But since you have NO Active directory deploy yet, I take it that you’re using the whole LAN in “workgroup” mode and without any domain at all, this is a trivially … Read more

How did I get this Windows share to prompt for login?

This really piqued my interest. I was able to replicate your findings in my lab with the same pattern of results that you describe. I used Procmon to to try to see what changes are made and almost gave up until I saw the following: That shows lsass.exe (Local Security Authority) writing to the local … Read more

Why does Window’s SSL Cipher-Suite get restricted under certain SSL certificates?

If the certificate being used on the server was generated using the Legacy Key option in the certificate request form, the private key for that certificate will be stored in Microsoft’s legacy Cryptographic API framework. When the web server tries to process requests using its new, Cryptographic Next Generation (CNG) framework, it appears that something … Read more

Disable IPv6 on Loopback address (Localhost, Computer name, …)

I had initially checked the host file as SilverbackNet suggested, but on a Windows 2008 R2 server this is the default file: # localhost name resolution is handled within DNS itself. # 127.0.0.1 localhost # ::1 localhost # indicates a comment in the host file, so all the entries are commented out, and the first … Read more