Skip to content

Instantly share code, notes, and snippets.

@Sambardo
Created February 28, 2018 19:58
Show Gist options
  • Save Sambardo/e774f0d52e3d8e9572ea1d9558f9edd4 to your computer and use it in GitHub Desktop.
Save Sambardo/e774f0d52e3d8e9572ea1d9558f9edd4 to your computer and use it in GitHub Desktop.
Function MyFunction
{
[cmdletbinding(SupportsShouldProcess)]
param()
Write-host "some host message" -ForegroundColor Green
}
MyFunction -WhatIf
MyFunction -Confirm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment