Remove-MsolApplicationPassword
拿掉應用程式的密碼。
語法
Remove-MsolApplicationPassword
-UserPrincipalName <String>
-PasswordId <String>
[-TenantId <Guid>]
[<CommonParameters>]
Description
Remove-MsolApplicationPassword Cmdlet 會移除應用程式的密碼。
參數
-PasswordId
指定要移除的密碼識別碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-TenantId
指定要在其中執行作業之租使用者的唯一標識符。 預設值為目前使用者的租使用者。 此參數僅適用於合作夥伴使用者。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-UserPrincipalName
指定要移除密碼的用戶主體名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |