Public/Get-TiPSConfiguration.ps1

function Get-TiPSConfiguration
{
    [CmdletBinding()]
    Param()

    return $script:TiPSConfiguration
}