Skip to content

Instantly share code, notes, and snippets.

View jwickster's full-sized avatar
🏈

Josh Wickster jwickster

🏈
View GitHub Profile
@9to5IT
9to5IT / Script_Template.ps1
Last active August 29, 2025 11:59
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>