你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Remove-AzureADMSApplicationOwner

从应用程序对象中删除所有者。

语法

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

说明

从应用程序对象中删除所有者。

示例

示例 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