Clear-IISCentralCertProvider
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.
Parameters
-Force
Forces the command to run without asking for user confirmation.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None