PowerShell Logo Small

Get-WebCentralCertProvider



This is the built-in help made by Microsoft for the command 'Get-WebCentralCertProvider', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Retrieves the configuration settings of the central certificate provider.

SYNTAX


Get-WebCentralCertProvider [-CertStoreLocation] [-Enabled] [-PrivateKeyPassword] [-UserName] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Retrieves the configuration settings of the central certificate provider. The settings that you can retrieve include: whether the provider is enabled, the location of the
centralized certification store, user name, and the private key password.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/p/?linkid=287855
Clear-WebCentralCertProvider
Disable-WebCentralCertProvider
Get-WebCentralCertProvider
Set-WebCentralCertProvider

REMARKS

<

Examples


Example 1: Retrieve all settings

PS C:\>Get-WebCentralCertProvider
Enabled=True

CertStoreLocation=\\MyCertServer\CertStore

UserName=CertStoreUser

Password=*********

PrivateKeyPassword=



Retrieves all configuration settings of the central certificate provider.




Example 2: Retrieve location of the central certificate store

PS C:\>Get-WebCentralCertProvider -CertStoreLocation
CertStoreLocation=\\MyCertServer\CertStore



Retrieves the location of the central certificate store from the provider.