Get-AzureADDeviceRegisteredUser
This article provides migration details from Get-AzureADDeviceRegisteredUser command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Get-AzureADDeviceRegisteredUser
- Azure AD Module: AzureAD
- Microsoft Graph Command: Get-MgDeviceRegisteredUser (Community Examples)
- Graph Module: Microsoft.Graph.Identity.DirectoryManagement
- Graph Endpoint: GET /devices/{device-id}/registeredUsers | /devices/{device-id}/registeredUsers/{directoryObject-id}
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | Device.Read.All | Directory.Read.All, Directory.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | Device.Read.All | Device.ReadWrite.All, Directory.Read.All, Directory.ReadWrite.All |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
All | All |
ObjectId | DeviceId |
Top | Top |