helpers/Helper-Function1.ps1

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