PowerShell Logo Small

Clear-WebCentralCertProvider



This is the built-in help made by Microsoft for the command 'Clear-WebCentralCertProvider', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Removes all settings for the central certificate provider.

SYNTAX


Clear-WebCentralCertProvider [-PrivateKeyPassword [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Removes all settings for the central certificate provider. The settings that are affected include: whether the provider is enabled, the
location of the centralized certification store, user name and password, and the private key password. This command does not delete the
provider.



<

RELATED LINKS

Disable-WebCentralCertProvider
Get-WebCentralCertProvider
Set-WebCentralCertProvider
Set-WebCentralCertProvider

REMARKS

<

Examples


Example 1: Clear certificates

Removes all settings for the central certificate provider without removing the provider itself.
PS C:\> Clear-WebCentralCertProvider