Public/Get-UnattendedContent.ps1

function Get-UnattendedContent
{
    param ()

    return $script:un
}