public/Get-OSDCloudModulePath.ps1

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

    return $MyInvocation.MyCommand.Module.ModuleBase
}