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
Wow amazing work, just wanted to let you know a couple of things I noticed
On line 162 compare should be against $thumbprint not $certificatethumbprint (99.9% script is still working properly since both the function and $certificatethumbprint are both declared within the code itself.
Regarding null compares null should be placed on left hand side of switch.
Line 344 when converting the $apiresponse string those that have to be specified as plain text?
The text was updated successfully, but these errors were encountered:
Hi Guys,
Wow amazing work, just wanted to let you know a couple of things I noticed
The text was updated successfully, but these errors were encountered: