Skip to content

Commit

Permalink
Get-DbaNetworkCertificate, propagate credentials (#9595)
Browse files Browse the repository at this point in the history
  • Loading branch information
niphlod authored Feb 24, 2025
1 parent 585a70e commit 10bc2d3
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 10bc2d3

Please sign in to comment.