Search Tools Links Login

Domain change in progress, site content is moving! See this post for more info

System Administrator Excuse Generator Service

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!

About this post

Posted: 2017-11-17
By: dwirch
Viewed: 1,781 times

Categories

Webmaster Related

Scripting

Free Stuff

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

Sorry. Comments are frozen for this article. If you have a question or comment that relates to this article, please post it in the appropriate forum.