PowerShell Logo Small

Get-WebCentralCertProvider



This is the built-in help made by Microsoft for the command 'Get-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

Retrieves the configuration settings of the central certificate provider.

SYNTAX


Get-WebCentralCertProvider [-CertStoreLocation [<SwitchParameter>]] [-Enabled [<SwitchParameter>]] [-PrivateKeyPassword [<SwitchParameter>]]
[-UserName [<SwitchParameter>]] [<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

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.