Compartilhar via


Get-HcsWebProxy

Get-HcsWebProxy

Gets the web proxy configuration.

Sintaxe

Get-HcsWebProxy [ <CommonParameters>]

Descrição detalhada

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

Parâmetros

<CommonParameters>

Esse cmdlet dá suporte a parâmetros comuns: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Para obter mais informações, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

O tipo de entrada é o tipo dos objetos que você pode canalizar para o cmdlet.

Saídas

O tipo de saída é o tipo de objeto emitido pelo cmdlet.

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

    The WebProxyInfo object has the following properties:

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

Exemplos

Example 1: Get web proxy configuration

This command gets web proxy configuration for your device.

PS C:\> Get-HcsWebProxy

Tópicos relacionados

Disable-HcsWebProxy

Enable-HcsWebProxy

Set-HcsWebProxy