Commit 8ec7663
committed
Set-DbaNetworkCertificate - Take the thumbprint raw from the remote scriptblock in the test
Invoke-Command2 wraps plain output in a PSCustomObject unless -Raw is used, so the CNG test
handed the command an object with a Length property instead of the thumbprint and failed on
the thumbprint format check.
(do *NetworkCertificate*)1 parent 9b18dc9 commit 8ec7663
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
| |||
0 commit comments