Get-WebApplicationProxyHealth

Get-WebApplicationProxyHealth

Gets the health status of the Webanwendungsproxy server.

Syntax

Get-WebApplicationProxyHealth [ <CommonParameters>]

Detaillierte Beschreibung

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

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.IdentityServer.ApplicationProxy.Management.PowerShell.Health.WebAppProxyHealthStatus

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

Beispiele

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

This command gets the health status of the Webanwendungsproxy server.

PS C:\> Get-WebApplicationProxyHealth

Verwandte Themen

Get-WebApplicationProxyApplication

Get-WebApplicationProxyConfiguration