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

Get-UDPage

Get a page for the current dashboard.

SYNOPSIS

Get a page for the current dashboard.

SYNTAX

Name

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

AutoInclude

Get-UDPage [-AutoInclude] [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
 [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
 [<CommonParameters>]

DESCRIPTION

Get a page for the current dashboard. This cmdlet is only valid when running within a dashboard.

EXAMPLES

Example 1

Returns the home page. You can pass this to New-UDDashboard -Pages

PARAMETERS

-AppToken

Not used

-ComputerName

Not used

-Integrated

Not used

-Name

The name of the page to return.

-UseDefaultCredentials

Not used

-Credential

Credentials to login to the PowerShell Universal Management API.

-TrustCertificate

Whether the cmdlet should ignore certificate issues.

-AutoInclude

Gets auto included pages.

-Cookies

Reuses and persists authentication cookies for the current PowerShell session.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable, and -ProgressAction. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

Last updated

Was this helpful?