Get-AdfsSslCertificate

Get-AdfsSslCertificate

Gets the host name, port, and certificate hash for SSL bindings configured for AD FS and the device registration service.

Sintaxis

Get-AdfsSslCertificate [ <CommonParameters>]

Descripción detallada

The Get-AdfsSslCertificate cmdlet gets the host name, port, and certificate hash for all SSL bindings configured for Servicios de federación de Active Directory (AD FS) and, if enabled, the device registration service.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

Ejemplos

Example 1: Get information for SSL bindingscertificate hashesinformation for SSL bindings

This command gets the host names, ports, and certificate hashes for all configured SSL bindings.

PS C:\> Get-AdfsSslCertificate

Temas relacionados

Set-AdfsSslCertificate