Re: [info-tech] Powershell script

2009-01-26 Thread Scott Fosseen
We are working on creating a WIKI for the AEA. That would probably be the best place to put that type of info. From: Richardson,Tony Sent: Monday, January 26, 2009 11:06 AM To: info-tech@aea8.k12.ia.us Subject: RE: [info-tech] Powershell script That's what I'm looking for - Th

RE: [info-tech] Powershell script

2009-01-26 Thread Richardson,Tony
Kehoe Sent: Monday, January 26, 2009 10:45 AM To: info-tech@aea8.k12.ia.us Subject: RE: [info-tech] Powershell script Tony, I found someone showing how to check service status with Powershell http://digitalformula.net/scripts/powershell-checking-windows-services-s tatus/ I also found s

RE: [info-tech] Powershell script

2009-01-26 Thread Jason Kehoe
:05 AM To: info-tech@aea8.k12.ia.us Subject: RE: [info-tech] Powershell script Yes that works but I was thinking more along the lines of doing this checking in mass and developing the script to further check for the existence of the application then installing and starting it if its not there

RE: [info-tech] Powershell script

2009-01-26 Thread Richardson,Tony
w for that. From: info-tech-ow...@aea8.k12.ia.us [mailto:info-tech-ow...@aea8.k12.ia.us] On Behalf Of Scott Fosseen Sent: Monday, January 26, 2009 8:36 AM To: info-tech@aea8.k12.ia.us Subject: Re: [info-tech] Powershell script I would just set the service options to restart the service if it

Re: [info-tech] Powershell script

2009-01-26 Thread Scott Fosseen
I would just set the service options to restart the service if it stops. Use the "Recovery" tab to set what to do on first failure, second failure, and subsequent failures. I set my critical service to restart services for first and second failure and server reboot on the third. From: Ric