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

Get-PSUTerminal

SYNOPSIS

Retourne les configurations de terminal.

SYNTAXE

All (par défaut)

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

Retourne les configurations de terminal.

EXEMPLES

Exemple 1

Retourne la configuration de terminal Terminal1.

PARAMÈTRES

-AppToken

Un jeton d'appli pour s'authentifier auprès du serveur PowerShell Universal.

-ComputerName

Le nom ou l'URL du serveur PowerShell Universal.

-Id

L'ID de la configuration de terminal à retourner.

-Integrated

Non pris en charge

-UseDefaultCredentials

Utiliser l'authentification Windows.

-Credential

Identifiants pour se connecter à l'API de gestion PowerShell Universal.

-TrustCertificate

Indique si l'applet de commande doit ignorer les problèmes de certificat.

-Cookies

Réutilise et conserve les témoins d'authentification pour la session PowerShell en cours.

CommonParameters

Cette applet de commande prend en charge les paramètres communs : -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -Verbose, -WarningAction, -WarningVariable et -ProgressAction. Pour plus d'information, voir about_CommonParameters.

ENTRÉES

Aucune

SORTIES

System.Object

NOTES

LIENS CONNEXES

Mis à jour

Ce contenu vous a-t-il été utile ?