helpers/Helper-Function2.ps1

1
2
3
4
5
6
function Helper-Function2 {
    [CmdletBinding()]
    param()
    'Welcome to Helper-Function2' | Write-Host
}