Skip to content

Instantly share code, notes, and snippets.

@cbresponse
Created July 2, 2018 02:53
Show Gist options
  • Save cbresponse/7574e045fed1c1940cd9f80a808ffb4e to your computer and use it in GitHub Desktop.
Save cbresponse/7574e045fed1c1940cd9f80a808ffb4e to your computer and use it in GitHub Desktop.
function WriteMessage()
{
Write-Host "This is a test PowerShell Script that does no harm at all" -ForegroundColor Green -BackgroundColor DarkGray
}
WriteMessage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment