Skip to content

Instantly share code, notes, and snippets.

@Admiral-AI
Admiral-AI / Script_Template.ps1
Created April 9, 2024 14:01 — 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>