Skip to content

Instantly share code, notes, and snippets.

@9to5IT
9to5IT / Script_Template.ps1
Last active June 5, 2024 14:47
PowerShell: Script Template
#requires -version 2
<#
.SYNOPSIS
<Overview of script>
.DESCRIPTION
<Brief description of script>
.PARAMETER <Parameter_Name>
<Brief description of parameter input required. Repeat this attribute if required>