Remove-AzureADMSIdentityProvider

此 Cmdlet 可用來刪除目錄中的識別提供者。

Syntax

Remove-AzureADMSIdentityProvider
      -Id <String>
      [<CommonParameters>]

Description

此 Cmdlet 可用來刪除目錄中已設定的識別提供者。 身分識別提供者將會永久刪除。

範例

範例 1

PS C:\> Remove-AzureADMSIdentityProvider -Id LinkedIn-OAUTH

這個範例會移除指定的識別提供者。

參數

-Id

識別提供者的唯一標識碼。

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

輸入

String

輸出

Object

備註

請參閱 Remove-AzureADMSIdentityProvider 至 Microsoft Graph PowerShell 的移轉指南。