Get-AdfsSyncProperties

Get-AdfsSyncProperties

Gets synchronization properties the configuration database of AD FS.

Sintaxis

Get-AdfsSyncProperties [ <CommonParameters>]

Descripción detallada

The Get-ADFSSyncProperties cmdlet gets the synchronization properties for the configuration database of Servicios de federación de Active Directory (AD FS).

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • System.Object

Ejemplos

Example 1: Get synchronization properties

This command gets the synchronization properties for the configuration database.

PS C:\> Get-ADFSSyncProperties

Temas relacionados

Set-AdfsSyncProperties