Get-AzureADUserRegisteredDevice
This article provides migration details from Get-AzureADUserRegisteredDevice command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Get-AzureADUserRegisteredDevice
- Azure AD Module: AzureAD
- Microsoft Graph Command: Get-MgUserRegisteredDevice (Community Examples)
- Graph Module: Microsoft.Graph.Users
- Graph Endpoint: GET /users/{id | userPrincipalName}/registeredDevices
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | User.Read | Directory.Read.All, Directory.ReadWrite.All, User.Read.All, User.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. | Not supported. |
Application | Not supported. | Not supported. |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
All | All |
ObjectId | UserId |
Top | Top |