Set-WebCentralCertProviderCredential

Changes the user-account credentials for the central certificate provider.

Syntax

Default (Default)

Set-WebCentralCertProviderCredential
    [-UserName] <String>
    [<CommonParameters>]

Description

The Set-WebCentralCertProviderCredential cmdlet changes the user-account credentials (user name and password) for the central certificate provider.

Examples

Example 1: Set credentials

PS C:\> Set-WebCentralCertProviderCredentials -UserName "CertStoreUser"
UserName=CertStoreUser

Password=

*********

Confirm Password=

*********

This command changes the user-account credentials for the central certificate store.

Parameters

-UserName

Specifies the password of the user account that is used to access the central certificate store.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.