Get-AdfsDeviceRegistration

Get-AdfsDeviceRegistration

Gets the administrative polices of the Device Registration Service.

Sintaxis

Get-AdfsDeviceRegistration [ <CommonParameters>]

Descripción detallada

The Get-AdfsDeviceRegistration cmdlet gets the administrative polices that are used by the Device Registration Service in 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.

  • DeviceRegistrationServiceObject

    This cmdlet generates a DeviceRegistrationServiceObject object that represents the Device Registration Service. The object includes the following properties:

    DevicesPerUser Type: Int
    MaximumInactiveDays Type: Int
    IsEnabledOnPremises: Type: bool
    IsEnabledInCloud: Type: bool
    DeviceObjectLocation: Type: string
    DrsObjectDN: Type: string

Ejemplos

Example 1: Get settings of the Device Registration Service

This command gets the current settings for the Device Registration Service in AD FS.

PS C:\> Get-AdfsDeviceRegistration

Temas relacionados

Disable-AdfsDeviceRegistration

Set-AdfsDeviceRegistration

Enable-AdfsDeviceRegistration