You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PowerShell returns a certificate thumbprint from WSMan with spaces between each byte. I discovered this broke some of the conditional logic detecting a mismatch in the current cert vs the ideal cert. I then changed the code to trim the spaces between bytes, but on some machines this will break the listener. We need to 1) remove the code that trims the spaces from the thumbprint, and 2) update the conditional logic to trim the spaces back out, but not save the changes to the variable.
The text was updated successfully, but these errors were encountered:
PowerShell returns a certificate thumbprint from WSMan with spaces between each byte. I discovered this broke some of the conditional logic detecting a mismatch in the current cert vs the ideal cert. I then changed the code to trim the spaces between bytes, but on some machines this will break the listener. We need to 1) remove the code that trims the spaces from the thumbprint, and 2) update the conditional logic to trim the spaces back out, but not save the changes to the variable.
The text was updated successfully, but these errors were encountered: