Helpers/Test-HelperTest.ps1
Function Test-HelperTest { <# .SYNOPSIS Describe the function here .DESCRIPTION Describe the function in more detail .EXAMPLE Give an example of how to use it #> Write-Output "Helper Test" } |