Site icon TOSS

Get-AdfsSslCertificate

powershell

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

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Exit mobile version