你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-MsolApplicationPassword
删除应用程序的密码。
语法
Remove-MsolApplicationPassword
-UserPrincipalName <String>
-PasswordId <String>
[-TenantId <Guid>]
[<CommonParameters>]
说明
Remove-MsolApplicationPassword cmdlet 删除应用程序的密码。
参数
-PasswordId
指定要删除的密码的 ID。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-TenantId
指定要对其执行操作的租户的唯一 ID。 默认值为当前用户的租户。 此参数仅适用于合作伙伴用户。
类型: | Guid |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-UserPrincipalName
指定要删除其密码的用户主体名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |