-
Below powershell helps to get the MoM services status to CSV file for the given list of users gwmi win32_service -comp (gc Servers.txt) -filter "name like '%MOM%'" | select __server,name,startmode,state,status | export-csv result.csv Regards, Krishna http://smtpport25.wordpress.com