Category Archives: Microsoft
New IIS Preview
I have a long love hate relationship with IIS and its iterations. That said this looks awesome. I setup a test that took like 5 min to setup. It does require an access token (that does expire). More to come … Continue reading
PowerShell Scripting for: Failover Clusters (Node Weights)
If you love failover clusters like I do. You will know that vote weights are typically balanced. However if you absolutely need to change NodeWeight(voting). Here is a script that will help. Its even color coded for your pleasure. Import-module … Continue reading
Adding Search Suffix via Registry
How many times have you attempted to search across multiple domains and cannot find them. Well here is the easy way to set them. Your welcome Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters] “SearchList”=”mikedopp.com,JoeLevi.com,google.com”