Public/Get-ASDefaultShell.ps1


function Get-ASDefaultShell
{
    Write-Host $global:defaultAnaforaShell
}