TLS Cmdlets in Windows PowerShell

应用到: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

Windows PowerShell® 是基于任务的命令行 shell 和脚本语言,专为系统管理而设计。本参考主题面向信息技术 (IT) 专业人员,可在利用 Windows PowerShell cmdlet 编写脚本和对任务实施自动化时提供协助。

Transport Layer Security (TLS) Cmdlets

This reference provides cmdlet descriptions and syntax for all TLS cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Disable-TlsSessionTicketKey

Disables a TLS session ticket key.

Enable-TlsSessionTicketKey

Configures a TLS server with a TLS session ticket key.

Export-TlsSessionTicketKey

Exports a TLS session ticket key.

New-TlsSessionTicketKey

Creates a TLS session ticket key configuration file.

备注

To list all the cmdlets that are available, use the Get-Command –Module WindowsAuthenticationProtocols cmdlet.

有关任何 cmdlet 或其语法的详细信息,请使用 Get-Help <cmdlet 名称> cmdlet,其中 *<cmdlet 名称>*是你要搜索的 cmdlet 的名称。若需了解详细信息,可以运行以下任一 cmdlet:

Get-Help <cmdlet 名称> -Detailed
Get-Help <cmdlet 名称> -Examples
Get-Help <cmdlet 名称> -Full