共用方式為


Remove-AzureADMSApplicationPassword

從應用程式移除密碼。

語法

Remove-AzureADMSApplicationPassword
      -ObjectId <String>
      [-KeyId <String>]
      [<CommonParameters>]

Description

從應用程式移除密碼。

範例

範例 1:從應用程式移除密碼

PS C:\>Remove-AzureADMSApplicationPassWord -ObjectId 1f88e99f-37a3-468f-80ae-e07b62ed0287 -KeyId 80e561ed-44ed-48dc-8c09-9d4803e26e4c

此命令會從指定的應用程式移除指定的密碼。

參數

-KeyId

索引鍵的唯一標識碼。

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ObjectId

特定 Azure Active Directory 物件的唯一標識碼

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

string