Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.63 KB

Disable-WebCentralCertProvider.md

File metadata and controls

55 lines (36 loc) · 1.63 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
Disable-WebCentralCertProvider

Disable-WebCentralCertProvider

SYNOPSIS

Takes the central certificate provider offline.

SYNTAX

Disable-WebCentralCertProvider [<CommonParameters>]

DESCRIPTION

The Disable-WebCentralCertProvider cmdlet takes the central certificate provider offline. Use the Set-WebCentralCertProvider cmdlet to re-enable the provider.

EXAMPLES

Example 1: Disable the central certificate provider

PS C:\> Disable-WebCentralCertProvider

This command takes the central certificate provider offline.

PARAMETERS

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

Enable-WebCentralCertProvider

Get-WebCentralCertProvider

Set-WebCentralCertProvider