I don't pretend to be a coder ... my code is ugly but I make it work.
netsh winhttp import proxy source=ie
$webclient=New-Object System.Net.WebClient $creds=Get-Credential $webclient.Proxy.Credentials=$creds
No comments:
Post a Comment