# Simple
Function Do Something # Change $ReportName function Function-Do-Something{ [CmdletBinding()] param(
[Parameter(Position=0,mandatory=$true)] [string] $ReportName) <CODE GOES HERE> } |
Casey DeDeal
https://simplepowershell.blogspot.com
https://cloudsec365.blogspot.com
https://msazure365.blogspot.com
https://twitter.com/Message_Talk