Site Issues
Wednesday, April 4, 2012 at 9:08PM Looks like either SquareSpace or CloudFlare are having some issues, all we can do is wait and see what happens.
Wednesday, April 4, 2012 at 9:08PM Looks like either SquareSpace or CloudFlare are having some issues, all we can do is wait and see what happens.
Monday, April 2, 2012 at 7:14PM I hated how code was being displayed on my site, so you may notice I have started to change it.
All code snippets will now be stored in pastebin.org, and then displayed using embedded links.
powershell in
Coding
Tuesday, March 20, 2012 at 12:00PM I made a script to ping an address and alert me if it doesn't succeed. As an added bonus, it will also alert if the response time becomes to large. Once again, this is based on the usual template.
Enjoy.
powershell in
Coding
Sunday, March 18, 2012 at 12:00PM This script is handy for your Exchange 2010 deployments, it will find any automatic service which is stopped and start it (optional) and let you know that it happened. This is similar to a previous scripts I have posted.
As usual it uses my usual template.
powershell in
Coding
Friday, March 16, 2012 at 12:00PM I wanted to know when and by what/who/why servers rebooted. This is just a simple script, and you configure the it to run at start up in Windows task scheduler.
powershell in
Coding,
Sysadmin