I am currently writing a deployment script that installs a number of window services.
The services names are versioned, so I want to delete the prior windows service version as part of the installs of the new service.
What is the best (most powershelly) way of doing this.
-- Adrian.