Get-PSUInformation
SINOSSI
Restituisce informazioni sul server PSU.
SINTASSI
Get-PSUInformation [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIZIONE
Restituisce informazioni sul server PSU.
ESEMPI
Esempio 1
PS C:\> Get-PSUInformationPARAMETRI
-AppToken
Un token dell'app per la connessione al server PSU.
-ComputerName
L'URL del server PSU.
-Integrated
Non supportato
-UseDefaultCredentials
Usa le credenziali predefinite per la connessione al server PSU.
-Credential
Credenziali per l'accesso alla API di gestione di PowerShell Universal.
-TrustCertificate
Indica se il cmdlet deve ignorare i problemi relativi ai certificati.
-Cookies
Riutilizza e rende persistenti 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, veda about_CommonParameters.
INPUT
Nessuno
OUTPUT
System.Object
NOTE
LINK CORRELATI
Ultimo aggiornamento
È stato utile?