Last active
January 18, 2018 22:34
-
-
Save chrisbrownie/3e5b6fa1f1f72d64892c069cc7633181 to your computer and use it in GitHub Desktop.
Demo script that generates an output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-Object -TypeName PSObject -Property @{Message="Hello, again!"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Write-Host "Hello, World!" -ForegroundColor Green |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment