Get-ADFSProxyConfiguration

Get-ADFSProxyConfiguration

Gets the configuration properties of the federation server proxy.

Syntax

Get-ADFSProxyConfiguration [ <CommonParameters>]

Detailed Description

The Get-ADFSProxyConfiguration cmdlet retrieves the configuration properties of the federation server proxy in Active Directory Federation Services (AD FS).

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters.

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.IdentityServer.PowerShell.Resources.ProxyProperties

    A class structure that represents the properties for a federation server proxy in AD FS.

Notes

  • This cmdlet works only when it is called on a federation server proxy.

Examples

-------------------------- EXAMPLE 1 --------------------------

Gets the configuration properties for a federation server proxy.

PS C:\> Get-ADFSProxyConfiguration

Set-ADFSProxyConfiguration