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

Get-PSUDashboard

Returns apps defined in PowerShell Universal.

Synopsis

Returns apps defined in PowerShell Universal.

Syntax

Get-PSUDashboard [-AppToken <String>] [-ComputerName <String>] [-Integrated] [-Name <String>] [-UseDefaultCredentials] [-Credential <PSCredential>] [-TrustCertificate] [<CommonParameters>]

Description

Returns apps defined in 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.

-Name

The name of the app to return.

-Credential

Credentials to login to the PowerShell Universal Management API.

Inputs

None

Outputs

System.Object

Notes

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

Last updated

Was this helpful?