System Administrator Excuse Generator Service

By | 2017-11-17

Part of the job of a system administrator is to define root cause for a problem or outage this is happening. This site has an excuse generator, but you’d normally have to open the page to view the excuses.  Not anymore!

I’ve converted the original page to a service-like page, that simply returns the excuse, with no fluff.  This way, you can include the “explanation” in your output.

Using the service is simple. Simply browse the page from your favorite language, and the text will be returned in the content field.

The URL is:

https://www.fortypoundhead.com/tools_svc_system_administrator_excuse_generator.asp

To access the output of the page with PowerShell, you would do something like the following:

PS H:\> $MyExcuse=Invoke-WebRequest -Uri "https://www.fortypoundhead.com/tools_svc_system_administrator_excuse_generator.asp"
PS H:\> $MyExcuse.content
Increased sunspot activity
.

The last line is the ouput from the web service. 

Happy Friday, and have fun!

Author: dwirch

Derek Wirch is a seasoned IT professional with an impressive career dating back to 1986. He brings a wealth of knowledge and hands-on experience that is invaluable to those embarking on their journey in the tech industry.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.