$webclient = New-Object System.Net.WebClient $creds = Get-Credential $webclient.Proxy.Credentials = $creds update-help
PowerShell 3 update-help (proxy issues?)
If you find this article useful please leave me a comment.
$webclient = New-Object System.Net.WebClient $creds = Get-Credential $webclient.Proxy.Credentials = $creds update-help
No comments :
Post a Comment