Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 862 Bytes

Show-SSLCertificateUI.md

File metadata and controls

32 lines (18 loc) · 862 Bytes

Show-SSLCertificateUI

Displays a dialog box with detailed information about the specified x509 certificate. The dialog box includes buttons for installing or copying the certificate.

Parameters

Parameter Set 1

  • [X509Certificate2] Certificate An X509Certificate2 certificate object. Mandatory, ValueFromPipeline

Parameter Set 2

  • [String] ComputerName A hostname or Url of the server to retreive the certificate to test. Mandatory
  • [Int32] Port The port to connect to the remote server.

Examples

Example 1

Launches a certificate dialogue box with details about the google.com certificate.

Get-SSLCertificate google.com | Show-SSLCertificateUI

Links

Notes

PowerShell processing is blocked until the certificates dialg box is closed.