次の方法で共有


Disable-HcsWebProxy

Disable-HcsWebProxy

Disables the web proxy for the device.

構文

Disable-HcsWebProxy [ <CommonParameters>]

詳細説明

The Disable-HcsWebProxy cmdlet disables the web proxy for the device. This cmdlet does not delete current configuration settings. If you enable the proxy again, the device has the same settings.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • 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

Example 1: Disable the web proxy

This command disables the web proxy for your device.

PS C:\> Disable-HcsWebProxy

関連トピック

Enable-HcsWebProxy

Get-HcsWebProxy

Set-HcsWebProxy