Get-HcsWebProxy

Get-HcsWebProxy

Gets the web proxy configuration.

Syntax

Get-HcsWebProxy [ <CommonParameters>]

Detailed Description

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

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.HCS.Management.Platform.Support.WebProxyInfo

    The WebProxyInfo object has the following properties:

    -- String ConnectionURI
    -- public WebProxyAuthType Authentication
    -- String Username
    -- IsEnabled

Examples

Example 1: Get web proxy configuration

This command gets web proxy configuration for your device.

PS C:\> Get-HcsWebProxy

Disable-HcsWebProxy

Enable-HcsWebProxy

Set-HcsWebProxy