1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-03 22:20:05 +02:00

Update template.ps1

This commit is contained in:
Markus Fleschutz
2021-08-26 12:48:04 +02:00
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