Commands/Get-OBS.ps1

function Get-OBS
{
    <#
    .SYNOPSIS
        Gets OBS
    .DESCRIPTION
        Outputs OBS connection information and state.
    .EXAMPLE
        Get-OBS
    #>

    param()

    $script:OBS    
}