Skip to content

Instantly share code, notes, and snippets.

@cfalta
Created January 19, 2021 12:17
Show Gist options
  • Save cfalta/afe271fca9bcbbdcc1925610237ab909 to your computer and use it in GitHub Desktop.
Save cfalta/afe271fca9bcbbdcc1925610237ab909 to your computer and use it in GitHub Desktop.
Explanatory example to be used with psarmoury
Write-Output "not inside function block"
function Invoke-Hello
{
Write-Output "hello from inside the function block"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment