Get-AzureADMSApplicationExtensionProperty
Retrieves the list of extension properties on an application object.
Syntax
Get-AzureADMSApplicationExtensionProperty
-ObjectId <String>
[<CommonParameters>]
Description
Retrieves the list of extension properties on an application object.
Examples
Example 1: Get extension properties
PS C:\>Get-AzureADMSApplicationExtensionProperty -ObjectId "3ddd22e7-a150-4bb3-b100-e410dea1cb84"
ObjectId Name TargetObjects
-------- ---- -------------
344ed560-f8e7-410e-ab9f-c795a7df5c36 extension_36ee4c6c081240a2b820b22ebd02bce3_NewAttribute {}
This command gets the extension properties for the specified application in Azure Active Directory.
Parameters
-ObjectId
The unique identifier of the object specific Azure Active Directory object
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
string
Outputs
Microsoft.Open.MSGraph.Model.GetExtensionPropertiesResponse
Notes
See the migration guide for Get-AzureADMSApplicationExtensionProperty to the Microsoft Graph PowerShell.