my.psm1

Write-Host "The powershell module is loading" -ForegroundColor green
Function Get-WelcomeMessage {
    write-host "Hello World $args" -ForegroundColor Yellow
    }