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

Get-PSUInformation

SYNOPSIS

Retourne des informations sur le serveur PSU.

SYNTAXE

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

DESCRIPTION

Retourne des informations sur le serveur PSU.

EXEMPLES

Exemple 1

PS C:\> Get-PSUInformation

PARAMÈTRES

-AppToken

Un jeton d'appli pour se connecter au serveur PSU.

-ComputerName

L'URL du serveur PSU.

-Integrated

Non pris en charge

-UseDefaultCredentials

Utiliser les identifiants par défaut lors de la connexion au serveur PSU.

-Credential

Identifiants pour se connecter à l'API de gestion de 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'informations, consultez about_CommonParameters.

ENTRÉES

Aucune

SORTIES

System.Object

NOTES

LIENS CONNEXES

Mis à jour

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