Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 2.29 KB

Get-AdfsDeviceRegistration.md

File metadata and controls

71 lines (49 loc) · 2.29 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IdentityServer.Management.dll-Help.xml
ADFS
12/20/2016
2.0.0
Get-AdfsDeviceRegistration

Get-AdfsDeviceRegistration

SYNOPSIS

Gets the administrative polices of the Device Registration Service.

SYNTAX

Get-AdfsDeviceRegistration [<CommonParameters>]

DESCRIPTION

The Get-AdfsDeviceRegistration cmdlet gets the administrative polices that are used by the Device Registration Service in Active Directory Federation Services (AD FS).

EXAMPLES

Example 1: Get settings of the Device Registration Service

PS C:\> Get-AdfsDeviceRegistration


DrsObjectDN          : CN=DeviceRegistrationService,CN=Device Registration Services,CN=Device Registration Configuration,CN=Services,CN=Configuration,DC=contoso,DC=com
DevicesPerUser       : 10
MaximumInactiveDays  : 90
IsEnabledOnPremises  : True
IsEnabledInCloud     : False
DeviceObjectLocation : CN=RegisteredDevices,DC=contoso,DC=com

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

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

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

NOTES

RELATED LINKS

Disable-AdfsDeviceRegistration

Enable-AdfsDeviceRegistration

Set-AdfsDeviceRegistration