次の方法で共有


Get-HcsWebProxy

Get-HcsWebProxy

Gets the web proxy configuration.

構文

Get-HcsWebProxy [ <CommonParameters>]

詳細説明

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

パラメーター

<CommonParameters>

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

入力

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

出力

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

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

    The WebProxyInfo object has the following properties:

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

Example 1: Get web proxy configuration

This command gets web proxy configuration for your device.

PS C:\> Get-HcsWebProxy

関連トピック

Disable-HcsWebProxy

Enable-HcsWebProxy

Set-HcsWebProxy