For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove-PSUDashboard

Removes an app from PowerShell Universal.

Synopsis

Removes an app from PowerShell Universal.

Syntax

Remove-PSUDashboard [-Dashboard] <Dashboard> [-AppToken <String>] [-ComputerName <String>] [-Integrated] [-UseDefaultCredentials] [-Credential <PSCredential>] [-TrustCertificate] [<CommonParameters>]

    Remove-PSUDashboard [-Id] <Int64> [-AppToken <String>] [-ComputerName <String>] [-Integrated] [-UseDefaultCredentials] [-Credential <PSCredential>] [-TrustCertificate] [<CommonParameters>]

Description

Removes an app from PowerShell Universal.

Parameters

-AppToken

The AppToken that is used for calling the PowerShell Universal Management API. You can also call Connect-PSUServer before calling this cmdlet to set the AppToken for the entire session.

Required?                    false
Position?                    named
Default value                None
Accept pipeline input?       False
Aliases                      none
Accept wildcard characters?  false

-ComputerName

Specifies the computer name or URL that should be called when accessing the PowerShell Universal Management API. You can also use Connect-PSUServer before calling this cmdlet to set the computer name for the entire session.

-Dashboard

The dashboard (app) to remove.

-Id

The ID of the app to remove.

-Credential

Credentials to login to the PowerShell Universal Management API.

Inputs

PowerShellUniversal.Dashboard

Outputs

System.Object

Notes

-------------------------- Example 1 --------------------------

Last updated

Was this helpful?