Skip to content

Commit 10bc2d3

Browse files
authored
Get-DbaNetworkCertificate, propagate credentials (#9595)
1 parent 585a70e commit 10bc2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/Get-DbaNetworkCertificate.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ function Get-DbaNetworkCertificate {
4747
[switch]$EnableException
4848
)
4949
process {
50-
Get-DbaNetworkConfiguration -SqlInstance $SqlInstance -OutputType Certificate | Where-Object Thumbprint
50+
Get-DbaNetworkConfiguration -SqlInstance $SqlInstance -Credential $Credential -OutputType Certificate | Where-Object Thumbprint
5151
}
5252
}

0 commit comments

Comments
 (0)