Skip to content

Instantly share code, notes, and snippets.

@mwjcomputing
Created December 10, 2012 19:33
Show Gist options
  • Select an option

  • Save mwjcomputing/4252778 to your computer and use it in GitHub Desktop.

Select an option

Save mwjcomputing/4252778 to your computer and use it in GitHub Desktop.
Get Github's Status
function Get-GitHubStatus {
$gitHub = Invoke-WebRequest -Uri 'https://status.github.com/api/status.json'
$gitHub | ConvertFrom-Json
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment