PDA

View Full Version : Stopping and Starting Services


mvermeulen
08-10-2006, 03:01 PM
Will the stop/start services step work with wildcards at all? I have several services with similar names and due to the nature of our environment, the number of services could change. Would be nice to be able to add a generic step without having to modify the step manually.

Thank you...

kinook
08-10-2006, 03:42 PM
No, but you could use the technique described here http://www.kinook.com/Forum/showthread.php?threadid=231 to iterate over a list of service names, with a single child Service action to start/stop.