Skip to content

Instantly share code, notes, and snippets.

@Stephanevg
Created August 19, 2016 11:46
Show Gist options
  • Save Stephanevg/6ed35c2f140b728cb705a611dc5fdb43 to your computer and use it in GitHub Desktop.
Save Stephanevg/6ed35c2f140b728cb705a611dc5fdb43 to your computer and use it in GitHub Desktop.
get-Joke
Function Get-Joke
{
((iwr -uri "http://tambal.azurewebsites.net/joke/random").content |Convertfrom-Json).joke
}
Get-Joke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment