Enable-HcsWebProxy
Enable-HcsWebProxy
Enables the web proxy.
構文
Enable-HcsWebProxy [ <CommonParameters>]
詳細説明
The Enable-HcsWebProxy cmdlet enables the web proxy. The cmdlet applies all existing configuration settings for the proxy.
パラメーター
<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
-- IsEnabledThe 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: 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