Get-ADFSSyncProperties

Get-ADFSSyncProperties

Gets the configuration database synchronization properties of the Federation Service.

Syntax

Get-ADFSSyncProperties [<CommonParameters>]

Detailed Description

The Get-ADFSSyncProperties cmdlet retrieves the configuration database synchronization properties of the Federation Service.

Parameters

Input Type

None

Return Type

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

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

Command Prompt: C:\PS>

 
Get-ADFSSyncProperties                        

Description

-----------

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

See Also

Reference

Set-ADFSSyncProperties

Other Resources

Online version: