你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-AzureADUserExtension
删除用户扩展。
语法
Remove-AzureADUserExtension
-ObjectId <String>
-ExtensionName <String>
[<CommonParameters>]
Remove-AzureADUserExtension
-ObjectId <String>
-ExtensionNames <System.Collections.Generic.List`1[System.String]>
[<CommonParameters>]
说明
Remove-AzureADUserExtension cmdlet 从 Azure Active Directory (AD) 中删除用户扩展。
示例
示例 1
PS C:\> Remove-AzureADUserExtension -ObjectId TestUser@example.com -ExtensionName "Test Extension"
这将从用户中删除“测试扩展”属性: TestUser@example.com。
参数
-ExtensionName
指定扩展的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ExtensionNames
-ObjectId
指定对象 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |