private/GetSomething.ps1

function GetSomething {
    Write-Output 'you got something'
}