Get-PowerShellCommand.ps1

function Get-PowerShellCommand
{

    param()
    
    
    process {
        [ShowUI.ShowUICommands]::BackgroundPowerShellCommand
    }
}