views:

44

answers:

0

I'm working on some scripts to automate deployments. I use IIS7 ARR to load balance between two servers.

When doing a deployment I take one of the two out of load balancing and my powershell script deploys code to that server so I can test it before making it live.

It would be awesome if the script could also do the work of taking the server out of balance and putting it back in as it would save me having to open another remote desktop connection :)

Is this possible? If so, anyone have any examples?