Get-HcsWebProxy

Gets the web proxy configuration.

Syntax

Get-HcsWebProxy []

Description

The Get-HcsWebProxy cmdlet gets the web proxy configuration. The cmdlet does not get the password.

Examples

Example 1: Get web proxy configuration

PS C:\> Get-HcsWebProxy
ConnectionURI                                Authentication Username                                          IsEnabled
-------------                                -------------- --------                                          ---------
None                                                       False

This command gets web proxy configuration for your device.

Outputs

Microsoft.HCS.Management.Platform.Support.WebProxyInfo

The WebProxyInfo object has the following properties:

  • String ConnectionURI
  • public WebProxyAuthType Authentication
  • String Username
  • IsEnabled