The "TlsCertificateValidation" PowerShell module allows you to manage TLS server certificate validation. With it, you
can:
* Completely disable TLS server certificate validation with its Disable-TlsCertificateValidation function.
* Write your own server certificate validation in PowerShell with its Set-TlsCertificateValidator function.
* Check if PowerShell supports the SkipCertificateCheck switch on Invoke-WebRequest and Invoke-RestMethod with its
Test-SkipCertificateChec function.