Get-PSUIdentity
SINOSSI
Restituisce le identità definite all'interno di PSU.
SINTASSI
All (Default)
Get-PSUIdentity [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]Id
Get-PSUIdentity [-Id] <Int64> [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]Name
Get-PSUIdentity [-Name] <String> [-ComputerName <String>] [-AppToken <String>] [-Credential <PSCredential>]
[-UseDefaultCredentials] [-Integrated] [-TrustCertificate] [-Cookies]
[<CommonParameters>]DESCRIZIONE
Restituisce le identità definite all'interno di PSU. Le identità sono app o utenti che accedono a PSU.
ESEMPI
Esempio 1
Restituisce tutte le identità definite all'interno di PSU.
Esempio 2
Restituisce l'identità con il nome 'Adam'.
PARAMETRI
-AppToken
Un token dell'app per accedere all'API di PSU.
-ComputerName
L'indirizzo HTTP del server dell'API REST di PSU.
-Id
L'Id dell'identità da restituire.
-Integrated
Esegue il comando internamente anziché utilizzare l'API di gestione. Funziona solo quando lo script viene eseguito dall'interno di PowerShell Universal.
-Name
Il Nome dell'identità da restituire.
-UseDefaultCredentials
Utilizza le credenziali predefinite durante la connessione all'API di gestione
-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 ulteriori informazioni, veda about_CommonParameters.
INPUT
Nessuno
OUTPUT
System.Object
NOTE
COLLEGAMENTI CORRELATI
Ultimo aggiornamento
È stato utile?