Skip to content

Instantly share code, notes, and snippets.

@BigW72
BigW72 / Script_Template.ps1
Created May 2, 2025 13:14 — forked from 9to5IT/Script_Template.ps1
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>