Share via


Get-WebApplicationProxyHealth

Get-WebApplicationProxyHealth

Gets the health status of the Proxy de aplicativo Web server.

Sintaxe

Get-WebApplicationProxyHealth [ <CommonParameters>]

Descrição detalhada

The Get-WebApplicationProxyHealth cmdlet gets the health status of the Proxy de aplicativo Web server and the health of the Web Application Proxy services on the Proxy de aplicativo Web server.

Parâmetros

<CommonParameters>

Esse cmdlet dá suporte a parâmetros comuns: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer e -OutVariable. Para obter mais informações, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

O tipo de entrada é o tipo dos objetos que você pode canalizar para o cmdlet.

Saídas

O tipo de saída é o tipo de objeto emitido pelo cmdlet.

  • Microsoft.IdentityServer.ApplicationProxy.Management.PowerShell.Health.WebAppProxyHealthStatus

    The return value is 1 if healthy, and any other value for non-healthy.

Exemplos

Example 1: Get the health of the Web Application Proxy server

This command gets the health status of the Proxy de aplicativo Web server.

PS C:\> Get-WebApplicationProxyHealth

Tópicos relacionados

Get-WebApplicationProxyApplication

Get-WebApplicationProxyConfiguration