Skip to content

Instantly share code, notes, and snippets.

@chrisbrownie
Last active January 18, 2018 22:34
Show Gist options
  • Save chrisbrownie/3e5b6fa1f1f72d64892c069cc7633181 to your computer and use it in GitHub Desktop.
Save chrisbrownie/3e5b6fa1f1f72d64892c069cc7633181 to your computer and use it in GitHub Desktop.
Demo script that generates an output
New-Object -TypeName PSObject -Property @{Message="Hello, again!"}
Write-Host "Hello, World!" -ForegroundColor Green
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment