Add-AzureADMSApplicationOwner

Adds an owner for an application object.

Syntax

Add-AzureADMSApplicationOwner
   -ObjectId <String>
   -RefObjectId <String>
   [<CommonParameters>]

Description

Adds an owner for an application object.

Examples

Example 1: Add an owner to an application

PS C:\>Add-AzureADMSApplicationOwner -ObjectId 3ddd22e7-a150-4bb3-b100-e410dea1cb84 -RefObjectId c13dd34a-492b-4561-b171-40fcce2916c5

This command adds an owner to an application.

Parameters

-ObjectId

The unique identifier of the object specific Microsoft Entra ID object

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

-RefObjectId

The unique identifier of the specific Microsoft Entra ID object that will be assigned as owner/manager/member

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

Inputs

string