mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Update template.ps1
This commit is contained in:
parent
e799e5f867
commit
2eaee8d024
@ -1,4 +1,4 @@
|
||||
#requires -version 2
|
||||
#requires -version 4
|
||||
<#
|
||||
.SYNOPSIS
|
||||
← enter overview of script here
|
||||
@ -18,9 +18,9 @@
|
||||
License: ← enter license here
|
||||
#>
|
||||
|
||||
param() # ← enter file parameter(s) here
|
||||
param() # ← enter script parameters here
|
||||
|
||||
# ← enter function(s) here
|
||||
# ← enter functions here
|
||||
|
||||
try {
|
||||
# ← enter instructions here
|
||||
|
Loading…
Reference in New Issue
Block a user