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

Get-PSUTerminal

Returns terminal configurations.

SYNOPSIS

Returns terminal configurations.

SYNTAX

All (Default)

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

Id

Get-PSUTerminal [-Id] <Int64> [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
 [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
 [<CommonParameters>]

DESCRIPTION

Returns terminal configurations.

EXAMPLES

Example 1

Returns the Terminal1 terminal configuration.

PARAMETERS

-AppToken

An App Token for authenticating against the PowerShell Universal server.

-ComputerName

The name or URL of the PowerShell Universal server.

-Id

The ID of the terminal configuration to return.

-Integrated

Not Supported

-UseDefaultCredentials

Use Windows Authentication.

-Credential

Credentials to login to the PowerShell Universal Management API.

-TrustCertificate

Whether the cmdlet should ignore certificate issues.

-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?