Created
June 26, 2018 13:09
-
-
Save dev-kperera/303c8ee2665fd383efd8c3737230ec1a to your computer and use it in GitHub Desktop.
Source Code Header Templates - PowerShell
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
<# | |
.DESCRIPTION | |
.DEPENDENCIES | |
.INPUTS | |
.OUTPUTS | |
.NOTES | |
Version: 1.0 | |
Author: Kushan Perera | |
Last Modified: <Date> | |
Reqirement/Change: Initial script development | |
#> | |
#---------------------------------------------------------[Initialisations]-------------------------------------------------------- | |
#----------------------------------------------------------[Declarations]---------------------------------------------------------- | |
#-----------------------------------------------------------[Functions]------------------------------------------------------------ | |
#-----------------------------------------------------------[Execution]------------------------------------------------------------ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment