Clear-IISCentral Cert Provider

Removes configuration information from the IIS central certificate store.

Syntax

Clear-IISCentralCertProvider
     [-Force]
     [<CommonParameters>]

Description

The Clear-IISCentralCertProvider cmdlet removes all settings for the central certificate provider. You must specify the Force parameter if the Central Certificate Store feature is enabled. If you specify Force , the feature is disabled and all the settings are cleared. If the Central Certificate Store feature is already disabled, you do not need to specify Force .

Examples

Example 1: Clear configuration information from the IIS certificate store

PS C:\> Clear-IISCentralCertProvider

This command removes all the configuration information for the IIS central certificate store without removing the provider itself.

Optional Parameters

-Force

Forces the command to run without asking for user confirmation.

Type: SwitchParameter
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

Inputs

Clear-IISCentralCertProvider does not accept pipelined input.

Outputs

Clear-IISCentralCertProvider does not return any objects.