Public/Get-UnattendedContent.ps1

function Get-UnattendedContent
{
    [CmdletBinding()]
    param ()

    return $script:un
}