Get-ADFSConfiguration

Get-ADFSConfiguration

Gets the configuration properties of the Federation Service.

Syntax

Get-ADFSConfiguration [ <CommonParameters>]

Detailed Description

The Get-ADFSConfiguration cmdlet gets the configuration properties of the Federation Service.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

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.ServiceProperties

    A class structure that represents the properties for the Federation Service.

Notes

  • The ADFSConfiguration resource enumerates the current configuration properties and settings used by the Federation Service.

Examples

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

Gets the current settings for all configuration properties of the Federation Service.

PS C:\> Get-ADFSConfiguration

Set-ADFSConfiguration