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

Get-PSUTerminal

SINOSSI

Restituisce le configurazioni dei terminali.

SINTASSI

All (predefinito)

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

DESCRIZIONE

Restituisce le configurazioni dei terminali.

ESEMPI

Esempio 1

Restituisce la configurazione del terminale Terminal1.

PARAMETRI

-AppToken

Un App Token per l'autenticazione con il server PowerShell Universal.

-ComputerName

Il nome o l'URL del server PowerShell Universal.

-Id

L'ID della configurazione del terminale da restituire.

-Integrated

Non supportato

-UseDefaultCredentials

Utilizzare l'autenticazione di Windows.

-Credential

Credenziali per accedere all'API di gestione di PowerShell Universal.

-TrustCertificate

Indica se il cmdlet deve ignorare i problemi relativi ai certificati.

-Cookies

Riutilizza e mantiene i cookie di autenticazione per la sessione PowerShell corrente.

CommonParameters

Questo cmdlet supporta i parametri comuni: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable e -ProgressAction. Per maggiori informazioni, consulti about_CommonParameters.

INPUT

Nessuno

OUTPUT

System.Object

NOTE

COLLEGAMENTI CORRELATI

Ultimo aggiornamento

È stato utile?