Remove-AzureADMSIdentityProvider
此 Cmdlet 可用來刪除目錄中的識別提供者。
語法
Remove-AzureADMSIdentityProvider
-Id <String>
[<CommonParameters>]
Description
此 Cmdlet 可用來刪除已在目錄中設定的識別提供者。 識別提供者將會永久刪除。
範例
範例 1
PS C:\> Remove-AzureADMSIdentityProvider -Id LinkedIn-OAUTH
這個範例會移除指定的識別提供者。
參數
-Id
識別提供者的唯一標識碼。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |