Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 431 Bytes

proxy.md

File metadata and controls

12 lines (8 loc) · 431 Bytes

Proxy

If you receive connection or network proxy errors, try running the following command:

$Wcl=New-Object System.Net.WebClient
$Wcl.Proxy.Credentials=[System.Net.CredentialCache]::DefaultNetworkCredentials

This will utilize the Windows credentials (user name, password, and domain) of the user running the application.

If you need to set proxy value, do so in the system default web browser (e.g., Edge).