Share via


Enable-HcsWebProxy

Enable-HcsWebProxy

Enables the web proxy.

Syntax

Enable-HcsWebProxy [ <CommonParameters>]

Detaillierte Beschreibung

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

Parameter

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

  • 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

Beispiele

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

Verwandte Themen

Disable-HcsWebProxy

Get-HcsWebProxy

Set-HcsWebProxy