Skip to content

Instantly share code, notes, and snippets.

@mattbalzan
Created January 6, 2025 10:58
Show Gist options
  • Save mattbalzan/1f9afc82c27a1fc758758298da3eb87d to your computer and use it in GitHub Desktop.
Save mattbalzan/1f9afc82c27a1fc758758298da3eb87d to your computer and use it in GitHub Desktop.
Add New Snippet
# --[ Add New Snippet ]
# --[ Matt Balzan | mattGPT.co.uk ]
$text = @"
<paste your PS code here>
"@
New-IseSnippet -Title "<name of snippet>" -Description "<description of snippet>" -Author "mattGPT" -Text $text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment