Jaykul / Tunable-SSL-Validator

A .Net class and PowerShell module to enable best practices for SSL validation even with self-signed certificates.
BSD 2-Clause "Simplified" License
57 stars 14 forks source link

Import-Module was failing due to the #1

Closed joel74 closed 9 years ago

joel74 commented 9 years ago

The following if statement was failing and stopping the module from importing. I just commented it out. if(Get-Command Export-ODataEndpointProxy) { ... }