Enable-HcsWebProxy

Enable-HcsWebProxy

Enables the web proxy.

Sintaxis

Enable-HcsWebProxy [ <CommonParameters>]

Descripción detallada

The Enable-HcsWebProxy cmdlet enables the web proxy. The cmdlet applies all existing configuration settings for the proxy.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Microsoft.HCS.Management.Platform.Support.WebProxyInfoFull

    The WebProxyInfo object has the following properties:

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

    The WebProxyAuthType enumeration has the following values:

    -- None = proxy_auth_mech_type.AUTH_MECHANISM_NONE
    -- Basic = proxy_auth_mech_type.AUTH_MECHANISM_BASIC
    -- NTLM = proxy_auth_mech_type.AUTH_MECHANISM_NTLM

Ejemplos

Example 1: Enable the web proxy

This command enables the web proxy for your device. The command reverts to previous web proxy settings. If you have not set valid values for the web proxy for this device, the command may fail. Use the Set-HcsWebProxy cmdlet to set up the web proxy.

PS C:\> Enable-HcsWebProxy

Temas relacionados

Disable-HcsWebProxy

Get-HcsWebProxy

Set-HcsWebProxy