This is an old revision of the document!
If you access the Internet in the organization via the proxy server, by default you won’t be able to access an external webpage (Invoke-WebRequest cmdlet), update help using Update-Help cmdlet or download an application package from an external package repository (using PackageManagement or NanoServerPackage) from your PowerShell session. In this article we’ll show how to get the Internet access via proxy server with the authentication from a PowerShell session.
Let’s try to update PowerShell Help:
Update-Help
Or access an external web page:
Invoke-WebRequest http://woshub.com
If you haven’t got a direct Internet connection, the command will return a similar error: