Remove-AXSharepointClaimsAuthenticationProvider

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Remove-AXSharepointClaimsAuthenticationProvider

Unregisters a claims authentication provider from the local Microsoft SharePoint Server and deletes the web application associated with it.

Syntax

Parameter Set: Default
Remove-AXSharepointClaimsAuthenticationProvider -Name <String> [ <CommonParameters>]

Detailed description

The Remove-AXSharePointClaimsAuthenticationProvider cmdlet unregisters a claims authentication provider from SharePoint Server and deletes the web application associated with it.

Parameters

-Name<String>

Specifies the name of the claims authentication provider to be unregistered.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, OutBuffer, OutVariable, WarningAction, and WarningVariable. For more information, see about_CommonParameters https://go.microsoft.com/fwlink/?LinkID=113216

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

    You cannot pipe input to this cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None

    The cmdlet does not generate any output.

Examples

This example removes the LIVE-CONTOSO provider.

C:\PS>Remove-AXSharepointClaimsAuthenticationProvider -Name LIVE-CONTOSO

Add-AXSharepointClaimsAuthenticationProvider

Copyright Microsoft Corporation. All rights reserved.