Archive for the ‘Windows 2008 R2 NLB’ Category

production network card is not the first bound network card (2011-9-8)

Often when you do a validation health check the first nic is not the first nic and you did check it in the network options. There is a way to change this or to checkit. You can change it in the advanced settings with the up down arrow. OR Do this with WMI Open a [...]

Change IIS 7.5 Website ID (2011-6-27)

If you are building a Webfarm just make sure Your Website ID is the same on your farm. To change the ID just run the APPCMD the Sample below I have 3 websites that I want to change the ID Just change the Web01 with your website and ID I Change the Web01 form ID [...]

Create IIS NLB Copy Full Website Resource Windows 2008R2 With Powershell (2011-6-27)

If you are Building a Webfarm you need often Test websites and all the Sites needs to be the same Well below is a powershell Scripts that copy the Site and Creates a new one On the Same Server.   # NAME: Copy-Website.ps1 # # AUTHOR: Robert Smit # EMAIL: robert.smit@aca-computers.nl # # COMMENT: Script [...]

Powershell Create Windows 2008 R2 Cluster (2010-11-7)

Teched 2010 Berlin #TEE10 #Teched For Demo and learning Sites you need often thing that takes only a minute but when you play with it it takes more time than you want.So with this in my mind I created 3 powershell scripts that you can use for building a cluster , NLB Cluster and a [...]

Powershell Network Load Balancing (2010-11-7)

Teched 2010 Berlin #TEE10 #Teched For Demo and learning Sites you need often thing that takes only a minute but when you play with it it takes more time than you want. So with this in my mind I created 3 powershell scripts that you can use for building a cluster , NLB Cluster and [...]

Powershell MSDTC cluster add in (2010-11-7)

Teched 2010 Berlin #TEE10 #Teched For Demo and learning Sites you need often thing that takes only a minute but when you play with it it takes more time than you want. So with this in my mind I created 3 powershell scripts that you can use for builing a cluster , NLB Cluster and [...]