Skip to content

Latest commit

 

History

History
78 lines (52 loc) · 2.04 KB

Set-WebCentralCertProviderCredential.md

File metadata and controls

78 lines (52 loc) · 2.04 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IIS.PowerShell.Provider.dll-Help.xml
WebAdministration
12/27/2016
2.0.0
Set-WebCentralCertProviderCredential

Set-WebCentralCertProviderCredential

SYNOPSIS

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

SYNTAX

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.

Type: String
Parameter Sets: (All)
Aliases: 

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

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

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Clear-WebCentralCertProvider

Disable-WebCentralCertProvider

Get-WebCentralCertProvider

Set-WebCentralCertProvider