I've created a C# windows service and its ready to be deployed. I have 215 servers on which this windows service is to be installed.
I have to login to each box and deploy the service. Is there an automated way to enter the a list of server names and deploy the service in all the listed servers at one shot?
Thank you, Vinay