Skip to content

Instantly share code, notes, and snippets.

@cohero
cohero / PS_Script_Template_V2_Logs.ps1
Created October 14, 2018 02:41 — forked from 9to5IT/PS_Script_Template_V2_Logs.ps1
PowerShell: Script Template Version 2 (with logging)
#requires -version 4
<#
.SYNOPSIS
<Overview of script>
.DESCRIPTION
<Brief description of script>
.PARAMETER <Parameter_Name>
<Brief description of parameter input required. Repeat this attribute if required>