We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585a70e commit 10bc2d3Copy full SHA for 10bc2d3
public/Get-DbaNetworkCertificate.ps1
@@ -47,6 +47,6 @@ function Get-DbaNetworkCertificate {
47
[switch]$EnableException
48
)
49
process {
50
- Get-DbaNetworkConfiguration -SqlInstance $SqlInstance -OutputType Certificate | Where-Object Thumbprint
+ Get-DbaNetworkConfiguration -SqlInstance $SqlInstance -Credential $Credential -OutputType Certificate | Where-Object Thumbprint
51
}
52
0 commit comments