Get-AzureADMSApplicationExtensionProperty
Retrieves the list of extension properties on an application object.
Syntax
Default (Default)
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 "aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb"
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
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
string
Outputs
Microsoft.Open.MSGraph.Model.GetExtensionPropertiesResponse
Notes
See the migration guide for Get-AzureADMSApplicationExtensionProperty to the Microsoft Graph PowerShell.