-
-
Notifications
You must be signed in to change notification settings - Fork 863
Get-DbaInstanceNetworkCertificate #9112
Copy link
Copy link
Closed
Labels
featurenew commandFeature request that would need a new commandFeature request that would need a new commandtriage requiredNew issue that has not been reviewed by maintainersNew issue that has not been reviewed by maintainers
Metadata
Metadata
Assignees
Labels
featurenew commandFeature request that would need a new commandFeature request that would need a new commandtriage requiredNew issue that has not been reviewed by maintainersNew issue that has not been reviewed by maintainers
Summarize Command's Functionality
It would be useful to have a cmdlet, that could show the certificate presented by a SQL server (DB Engine, SSIS, etc).
Dbatools already have a few cmdlets that will show you this, but it requires access to the Windows host itself - which we sometimes do not have access to.
There exists other awesome functions out there that already have this feature - fx Get-SqlServerTlsCertificate (https://gist.github.com/jborean93/44f92e4dfa613c5a1e7889fa7a7c2563).
But it would be beneficial to have the cmdlet natively baked into Dbatools, instead of having to pull multiple ressources.
For me properties like these would be awesome:
Subject Name
Expiration Date
Thumbprint
Is there a command that is similiar or close to what you are looking for?
No
Technical Details
No response