Commit 29cf271
committed
Testing Get-DbaNetworkConfiguration - Certify the virtual name of a cluster instance
On a failover cluster instance the suitability check correctly compares
the certificate against the virtual server name, but the test issued
its certificate with plain -ComputerName, which New-DbaComputerCertificate
resolves to the node the instance currently runs on. The test now reads
VSName first and passes it as -ClusterInstanceName, the documented way
to certify a cluster instance. Stand-alone instances are unchanged.
(do Get-DbaNetworkConfiguration)1 parent 0473789 commit 29cf271
1 file changed
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
68 | 85 | | |
69 | 86 | | |
70 | 87 | | |
| |||
0 commit comments