Get-AdfsWebApplicationProxyRelyingPartyTrust

Get-AdfsWebApplicationProxyRelyingPartyTrust

Gets the relying party trust object for the Proxy d’application web.

Syntaxe

Get-AdfsWebApplicationProxyRelyingPartyTrust [ <CommonParameters>]

Description détaillée

The Get-AdfsWebApplicationProxyRelyingPartyTrust cmdlet gets the Proxy d’application web relying party trust object for the proxy.

The Web Application Proxy relying party trust is useful to manage global network access from outside the corporate network. By setting authentication and authorization policies, an administrator can restrict access to internal web applications and services that are published through the Web Application Proxy.

Paramètres

<CommonParameters>

Cette applet de commande prend en charge les paramètres courants : -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer et -OutVariable. Pour plus d’informations, consultez about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entrées

Le type d’entrée correspond au type des objets que vous pouvez transmettre à l’applet de commande.

Sorties

Le type de sortie est le type des objets émis par l’applet de commande.

Exemples

Example 1: Get the relying party trust object

This command gets the Proxy d’application web relying party trust object. The command displays authentication and authorization rules added previously.

PS C:\> Get-AdfsWebApplicationProxyRelyingPartyTrust

Rubriques connexes

Add-AdfsWebApplicationProxyRelyingPartyTrust

Disable-AdfsWebApplicationProxyRelyingPartyTrust

Enable-AdfsWebApplicationProxyRelyingPartyTrust

Remove-AdfsWebApplicationProxyRelyingPartyTrust

Set-AdfsWebApplicationProxyRelyingPartyTrust