Get-AdfsSslCertificate
Get-AdfsSslCertificate is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Gets the host name, port, and certificate hash for SSL bindings configured for AD FS and the device registration service.
Description
The Get-AdfsSslCertificate cmdlet gets the host name, port, and certificate hash for all SSL bindings configured for Active Directory Federation Services (AD FS) and, if enabled, the device registration service.
Syntax
Get-AdfsSslCertificate []
————————–Example 1————————–
Get information for SSL bindings
PS C:> Get-AdfsSslCertificate
HostName PortNumber CertificateHash
——– ———- —————
sts.TOSSolution.com 443 4195DE78WEBG478B67E94BD83BB373FE22D98
localhost 443 4195EE03C2721F7478B67E94BD83BB373FE22D98
sts.TOSSolution.com 49443 4195DE78WEBG478B67E94BD83BB373FE22D98
EnterpriseRegistration.TOSSolution… 443 4195DE78WEBG478B67E94BD83BB373FE22D98
This command gets the host names, ports, and certificate hashes for all configured SSL bindings.
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Get-AdfsSslCertificate
You can also read about
- Set-AdfsSslCertificate