Created
March 7, 2017 12:14
-
-
Save jkavanagh58/1e06ac75860340cb1c1399b7676f7ebb to your computer and use it in GitHub Desktop.
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
"PS Custom Object": { | |
"prefix": "pscustom", | |
"body": [ | |
"$$obj = [pscustomobject]@{", | |
"\tFieldName = FieldValue;", | |
"}" | |
], | |
"description": "Skeleton for adding a PowerShell Custom Object" | |
}, |
how we can use this
github
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello