你当前正在访问 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。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-OwnerId
指定所有者的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
string