Private/Private-Function1.ps1

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