Public/test-Taskbar.ps1

function Test-TaskBar {
    param(
        [string]$ExcludeUser
        )
    Write-Output $ExcludeUser
}