Get-EntraApplicationExtensionProperty

Gets application extension properties.

Syntax

Get-EntraApplicationExtensionProperty
    -ObjectId <String>
   [-Property <String[]>]
   [<CommonParameters>]

Description

The Get-EntraApplicationExtensionProperty cmdlet gets application extension properties in Microsoft Entra ID.

Examples

Example 1: Get extension properties

Connect-Entra -Scopes 'Application.Read.All'
Get-EntraApplicationExtensionProperty -ObjectId 'aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb'

ObjectId                             Name                                                    TargetObjects
--------                             ----                                                    -------------
aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb extension_36ee4c6c081240a2b820b22ebd02bce3_NewAttribute {}

This command gets the extension properties for the specified application in Microsoft Entra ID.

Parameters

-ObjectId

Specifies the unique ID of an application in Microsoft Entra ID.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-Property

Specifies properties to be returned

Type:System.String[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False