共用方式為


Remove-AzureADMSPasswordSingleSignOnCredential

拿掉密碼 SSO 認證

語法

Remove-AzureADMSPasswordSingleSignOnCredential
      -ObjectId <String>
      -PasswordSSOObjectId <PasswordSSOObjectId>
      [<CommonParameters>]

Description

此 Cmdlet 可讓使用者移除其所屬應用程式的密碼單一登錄認證。 系統管理員也可以移除群組認證。

範例

拿掉密碼單一登錄認證

PS C:\> Remove-AzureADMSPasswordSingleSignOnCredential -ObjectId 9ac9883e-0ac5-4c32-8737-4267f56a28cc -PasswordSSOObjectId a4210a97-5e26-4cfe-88f1-118ed4886f27

此命令會移除指定 ObjectId 和 PasswordSSOObjectId 的密碼 SSO 認證。

參數

-ObjectId

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

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

-PasswordSSOObjectId

使用者或群組標識碼

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