Get-AdfsSyncProperties

Get-AdfsSyncProperties

Gets synchronization properties the configuration database of AD FS.

Syntax

Get-AdfsSyncProperties [ <CommonParameters>]

Detailed Description

The Get-ADFSSyncProperties cmdlet gets the synchronization properties for the configuration database of 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 (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.

Outputs

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

  • System.Object

Examples

Example 1: Get synchronization properties

This command gets the synchronization properties for the configuration database.

PS C:\> Get-ADFSSyncProperties

Set-AdfsSyncProperties