I have got a comma separated List of the service names which I need to stop but before that I want to check if all of them are present on the System. How can I get the name of those services which are not present using LINQ.
I looked into this one but it checks for only one service Name not the complete List. Check if a service exists on a particular machine without using exception handling