Share via


Get-HcsWebProxy

Get-HcsWebProxy

Gets the web proxy configuration.

Syntax

Get-HcsWebProxy [ <CommonParameters>]

Detaillierte Beschreibung

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

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.WebProxyInfo

    The WebProxyInfo object has the following properties:

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

Beispiele

Example 1: Get web proxy configuration

This command gets web proxy configuration for your device.

PS C:\> Get-HcsWebProxy

Verwandte Themen

Disable-HcsWebProxy

Enable-HcsWebProxy

Set-HcsWebProxy