Get-ADFSSyncConfiguration

Get-ADFSSyncConfiguration

Gets the configuration database synchronization properties of the Federation Service.

Syntax

Get-ADFSSyncConfiguration [ <CommonParameters>]

Detailed Description

The Get-ADFSSyncConfiguration cmdlet retrieves the configuration database synchronization 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.SyncPropertiesBase

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

Notes

  • This cmdlet keeps track of when Active Directory Federation Services (AD FS) 2.0 on a server computer last synchronized its database with other federation servers in your deployment. For example, the PollDuration property specifies the length of the poll interval in seconds.

Examples

Gets the current synchronization properties and activity for the Federation Service.

PS C:\> Get-ADFSSyncConfiguration

Set-ADFSSyncConfiguration