Get-AzureADApplicationKeyCredential
Hämtar nyckelautentiseringsuppgifterna för ett program.
Syntax
Get-AzureADApplicationKeyCredential
-ObjectId <String>
[-InformationAction <ActionPreference>]
[-InformationVariable <String>]
[<CommonParameters>]
Description
Cmdleten Get-AzureADApplicationKeyCredential hämtar nyckelautentiseringsuppgifterna för ett program.
Exempel
Exempel 1: Hämta nyckelautentiseringsuppgifter
PS C:\> Get-AzureADApplicationKeyCredential -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
Det här kommandot hämtar nyckelautentiseringsuppgifterna för det angivna programmet.
Parametrar
-InformationAction
Anger hur denna cmdlet svarar på en informationshändelse.
De acceptabla värdena för den här parametern är:
- Fortsätt
- Ignorera
- Fråga
- SilentlyContinue
- Stoppa
- Suspend
Typ: | ActionPreference |
Alias: | infa |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-InformationVariable
Anger en informationsvariabel.
Typ: | String |
Alias: | iv |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-ObjectId
Anger ett unikt ID för ett program i Azure Active Directory för vilket nyckelautentiseringsuppgifter ska hämtas
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Kommentarer
Se migreringsguiden för Get-AzureADApplicationKeyCredential till Microsoft Graph PowerShell.