Tuesday, March 18, 2014

Getting Powershell to work with a proxy 'update-help' cmdlet

$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.

No comments :

Post a Comment