question

IntuneUser-0687 avatar image
0 Votes"
IntuneUser-0687 asked LuDaiMSFT-0289 edited

Cannot retrieve ManagementState for Android and iOS devices.

I am using Get-IntuneManagedDevice -managedDeviceId <Device ID> to fetch device details in my Intune tenant.

For Windows Device the output is:
190994-image.png
However I do not see the ManagementState for Android and iOS device.

Is there any way I can retrieve the same information using a powershell command ?


mem-intune-generalmem-intune-device-configurationsmem-intune-graph
image.png (24.5 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

LuDaiMSFT-0289 avatar image
0 Votes"
LuDaiMSFT-0289 answered LuDaiMSFT-0289 edited

@IntuneUser-0687 Thanks for posting in our Q&A.

For this issue, I have done the test in my lab and I can see my iOS device's ManagementState. Here are the commands I tried in my lab.
Install-Module Microsoft.Graph.Intune
Import-Module Microsoft.Graph.Intune
Update-MSGraphEnvironment -SchemaVersion beta
Connect-MSGraph
Get-IntuneManagedDevice -managedDeviceId <Device ID>

191184-image.png

191251-image.png

Hope it will help.


If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.





image.png (47.6 KiB)
image.png (12.6 KiB)
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.