Hi, very nice article
I came across an issue, when using internal CA certificates, i've got an error when testing from one node to another.
the error is related to certificate recovation, and I'm not getting this sorted out
some help would be much appreciated
PS C:\cert> Test-WSMan HV03 -UseSSL
Test-WSMan : <f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="12175" Machine="HV01.hv.cluster"><f:Message>The server certificate on the destination computer (HV03:5986) has the following errors:
The SSL certificate could not be checked for revocation. The server used to check for revocation might be unreachable. </f:Message></f:WSManFault>
At line:1 char:1
+ Test-WSMan HV03 -UseSSL
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (HV03:String) [Test-WSMan], InvalidOperationException
+ FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.TestWSManCommand
regards