Get-PSUAppToken
SINOSSI
Restituisce i token dell'app.
SINTASSI
All (Default)
Get-PSUAppToken [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]Id
Get-PSUAppToken [-Id] <Int64> [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]Identity
Get-PSUAppToken [-Identity] <Identity> [-ComputerName <String>] [-AppToken <String>]
[-Credential <PSCredential>] [-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIZIONE
Recupera i token dell'app da PowerShell Universal. È possibile restituire tutti i token, un token per Id o i token associati a un'identità specifica.
ESEMPI
Esempio 1
Restituisce tutti i token dell'app.
PARAMETRI
-AppToken
Il token dell'app da restituire.
-ComputerName
Specifica l'URL o il nome host dell'istanza di PowerShell Universal di destinazione. I nomi host semplici vengono normalizzati in un URL http://<host>:5000.
-Id
Specifica l'Id numerico della risorsa.
-Identity
L'identità dell'utente per cui restituire i token dell'app.
-UseDefaultCredentials
Utilizza le credenziali predefinite durante la connessione all'API di gestione
-Integrated
Esegue il comando internamente anziché utilizzare l'API di gestione. Funziona solo quando lo script viene eseguito all'interno di PowerShell Universal.
-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 corrente di PowerShell.
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
UniversalAutomation.Identity
OUTPUT
System.Object
NOTE
COLLEGAMENTI CORRELATI
Ultimo aggiornamento
È stato utile?