Skip to content

Instantly share code, notes, and snippets.

@wvanbesien
Created March 4, 2018 03:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvanbesien/510ebcb6f3d5676cf011a2fb36c3ab86 to your computer and use it in GitHub Desktop.
Save wvanbesien/510ebcb6f3d5676cf011a2fb36c3ab86 to your computer and use it in GitHub Desktop.
Process {
if ($PSCmdlet.ShouldProcess($name)) {
Write-Host "You are great, $name"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment