helpers/Helper-Function2.ps1

function Helper-Function2 {
    [CmdletBinding()]
    param()
    'Welcome to Helper-Function2' | Write-Host
}