Skip to content

Instantly share code, notes, and snippets.

@ferventcoder
Created April 13, 2016 11:44
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 ferventcoder/4d3ad0009871af2b611b74839b3003d7 to your computer and use it in GitHub Desktop.
Save ferventcoder/4d3ad0009871af2b611b74839b3003d7 to your computer and use it in GitHub Desktop.
PowerShell Help Directives Template
<#
.SYNOPSIS
.DESCRIPTION
.NOTES
.INPUTS
None
.OUTPUTS
None
.PARAMETER name
.EXAMPLE
.LINK
#>
@ferventcoder
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment