Powershell template

From roonics
Revision as of 11:25, 5 April 2024 by Jlambert (talk | contribs)
Jump to navigation Jump to search

Basic template for use when creating a script:

<#
.SYNOPSIS

.DESCRIPTION

.EXAMPLE

.OUTPUTS

.NOTES

#>