Edit

Share via


Remove-AzureADMSIdentityProvider

This cmdlet is used to delete an identity provider in the directory.

Syntax

Default (Default)

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

Description

This cmdlet is used to delete an identity provider that has been configured in the directory. The identity provider will be permanently deleted.

Examples

Example 1

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

This example removes the specified identity provider.

Parameters

-Id

The unique identifier for an identity provider.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:True
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

String

Outputs

Object

Notes

See the migration guide for Remove-AzureADMSIdentityProvider to the Microsoft Graph PowerShell.