Get-AdfsWebApplicationProxyRelyingPartyTrust

Get-AdfsWebApplicationProxyRelyingPartyTrust

Gets the relying party trust object for the Web アプリケーション プロキシ.

構文

Get-AdfsWebApplicationProxyRelyingPartyTrust [ <CommonParameters>]

詳細説明

The Get-AdfsWebApplicationProxyRelyingPartyTrust cmdlet gets the 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.

パラメーター

<CommonParameters>

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

入力

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

出力

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

Example 1: Get the relying party trust object

This command gets the Web アプリケーション プロキシ relying party trust object. The command displays authentication and authorization rules added previously.

PS C:\> Get-AdfsWebApplicationProxyRelyingPartyTrust

関連トピック

Add-AdfsWebApplicationProxyRelyingPartyTrust

Disable-AdfsWebApplicationProxyRelyingPartyTrust

Enable-AdfsWebApplicationProxyRelyingPartyTrust

Remove-AdfsWebApplicationProxyRelyingPartyTrust

Set-AdfsWebApplicationProxyRelyingPartyTrust