Created
January 6, 2025 10:58
-
-
Save mattbalzan/1f9afc82c27a1fc758758298da3eb87d to your computer and use it in GitHub Desktop.
Add New Snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --[ 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