Remove-AzureADMSApplicationOwner

애플리케이션 개체에서 소유자를 제거합니다.

Syntax

Remove-AzureADMSApplicationOwner
      -ObjectId <String>
      -OwnerId <String>
      [<CommonParameters>]

Description

애플리케이션 개체에서 소유자를 제거합니다.

예제

예제 1: 애플리케이션에서 소유자 제거

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

이 명령은 지정된 애플리케이션에서 소유자를 제거합니다.

매개 변수

-ObjectId

Azure AD 애플리케이션의 ID를 지정합니다.

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

-OwnerId

소유자의 ID를 지정합니다.

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

입력

string