Skip to content

Commit

Permalink
Get-DbaNetworkCertificate, propagate credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod committed Feb 21, 2025
1 parent a99229c commit 5943c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Get-DbaNetworkCertificate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ function Get-DbaNetworkCertificate {
[switch]$EnableException
)
process {
Get-DbaNetworkConfiguration -SqlInstance $SqlInstance -OutputType Certificate | Where-Object Thumbprint
Get-DbaNetworkConfiguration -SqlInstance $SqlInstance -Credential $Credential -OutputType Certificate | Where-Object Thumbprint
}
}

0 comments on commit 5943c21

Please sign in to comment.