I need a solution
I would like to create an /job that would run against all of the servers we have (Win2008 & 2012)
and check if certain services are started, certain programs are installed, events in event viewer, etc...
After the job runs on all servers i would like it to send a report with the results. How would i accomplish this with Altiris?
My thoughts would be to create a powershell script to do this which would be easy, however i do not know how i can store the results in altiris.
I can run the powershell script and have it send an email from each server but then we would recieve hundreds of emails from all the servers and that is
not optimal. Anyone have any suggestions?