Get-AzureADDeviceConfiguration
This cmdlet retrieves the device configuration object
Syntax
Get-AzureADDeviceConfiguration []
Description
This cmdlet retrieves the device configuration object
Examples
Example 1
PS C:\WINDOWS\system32> Get-AzureADDeviceConfiguration | fl
DeletionTimeStamp :
ObjectId : 2af3478a-27da-4837-a387-b22b3fb236a8
ObjectType : DeviceConfiguration
PublicIssuerCertificates : {}
CloudPublicIssuerCertificates : {}
RegistrationQuota : 20
MaximumRegistrationInactivityPeriod : 90
This example shows the formatted list for the device configuration record that is retrieved by the cmdlet
Inputs
None
Outputs
Notes
See the migration guide for Get-AzureADDeviceConfiguration to the Microsoft Graph PowerShell.