Show-Dashboard.ps1

function Show-Dashboard
{
    Send-Xbox -XBox -Wait "0:0:3"
    Send-Xbox -Y -Wait "0:0:3"
    Send-Xbox -DPadUp -Wait "0:0:3"
    Send-Xbox -A -Wait "0:0:2"
}