Public/Get-BlahBlah.ps1

function Get-BlahBlah
{
    [CmdletBinding()]
    param(
    )

    Write-Output "Blah blah"
}