Get-AdfsDeviceRegistration
Gets the administrative polices of the Device Registration Service.
Syntax
Get-AdfsDeviceRegistration []
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.
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