functions/Get-TssSession.ps1

function Get-TssSession {
    [cmdletbinding()]
    param()

    $TssSession | ConvertTo-Json | ConvertFrom-Json
}