1. $PSScriptRoot/common.ps1 2 3if ($TestProxyTrustCertFn -and (Test-Path "Function:$TestProxyTrustCertFn")) 4{ 5 &$TestProxyTrustCertFn 6}
View as plain text