Azure Devices

Renato Milagres 1 Reputation point
2019-12-11T20:26:19.157+00:00

Hello, I have a question about Azure devices, My company has some devices registered in the Azure portal but the device details are nothing being updated I mean after the device has registered, if the user changes the device name, it is not being updated in the Azure portal, the same thing happening with win version, and some of them has the owner empty, I've looked in the audit logs but I just can access the report from the last 7 days ago.

Can someone help me? What I need to do to keep the azure device updated and how can I manage my devices from my organization? I mean I should have a solution to know where are my devices who is the user responsible for, win version, mac version, azure devices provides some of the information, but not all those I've mentioned.

Thanks

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,562 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Biju Thankappan 101 Reputation points
    2019-12-12T03:10:31.013+00:00

    RenatoMilagres-4771 There are multiple issues you have mentioned...

    1) Not able to see attributes like win version, mc version, where is located: Maybe add more columns?

    2) I'm not seeing MAC devices, why? Check to see if this helps.

    A: Did you follow the below steps to register MAC devices:

    Create a compliance policy

    Define a Conditional Access policy for macOS devices

    3) I have some devices without owners, how to fix it? There are 2 ways to look at this.

    3a. Permissions issue or some other technical issue for why owner is not listed as Owner normally gets updated upon registration of device.

    3b. You can change the owner of the device via PowerShell.

    To Add the new owner. Add-AzureADDeviceRegisteredOwner -ObjectId -RefObjectId

    Then remove the previous owner. Remove-AzureADDeviceRegisteredOwner -ObjectId -OwnerId

    You can find the device's "ObjectId" using the following command. Get-AzureADDevice

    You can find the owners "ObjectId" in Azure Portal or via. Get-AzureAdUser

    You can use the Cloud Shell feature in the Portal to execute the commands or you could install them locally and connect up.

    If the above doesn't help, I would cut a ticket for MS to investigate further.

    0 comments No comments

  2. Biju Thankappan 101 Reputation points
    2019-12-12T03:23:00.66+00:00

    RenatoMilagres-4771 There are multiple issues you have mentioned...

    1) Not able to see attributes like win version, mc version, where is located: Maybe add more columns?

    2) I'm not seeing MAC devices, why? Check to see if this helps.

    A: Did you follow the below steps to register MAC devices:

    Create a compliance policy  
    
    Define a Conditional Access policy for macOS devices  
    

    3) I have some devices without owners, how to fix it? There are 2 ways to look at this.

    3a. Permissions issue or some other technical issue for why owner is not listed as Owner normally gets updated upon registration of device.

    3b. You can change the owner of the device via PowerShell.

    To Add the new owner.

    **Add-AzureADDeviceRegisteredOwner -ObjectId -RefObjectId **

    Then remove the previous owner.

    **Remove-AzureADDeviceRegisteredOwner -ObjectId -OwnerId **

    You can find the device's "ObjectId" using the following command.

    Get-AzureADDevice

    You can find the owners "ObjectId" in Azure Portal or via.

    Get-AzureAdUser

    You can use the Cloud Shell feature in the Portal to execute the commands or you could install them locally and connect up.

    If the above doesn't help, I would cut a ticket for MS to investigate.

    0 comments No comments

  3. AmanpreetSingh-MSFT 56,311 Reputation points
    2019-12-12T07:21:35.913+00:00

    @Renato Milagres This was a known issue with earlier versions of Windows 10, which is fixed in Windows 10 - 1903 version.

    Alternatively, you can try the steps mentioned here: https://www.petervanderwoude.nl/post/rename-a-device-via-windows-10-mdm/

    -----------------------------------------------------------------------------------------------------------

    Please "mark as answer" or "vote as helpful" wherever the information provided helps you to help others in the community.

    0 comments No comments