Share via

Cannot retrieve ManagementState for Android and iOS devices.

IntuneUser 181 Reputation points
2022-04-07T13:06:21.233+00:00

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 ?

Microsoft Security | Intune | Configuration
Microsoft Security | Intune | Other
0 comments No comments

Answer accepted by question author

Lu Dai-MSFT 28,536 Reputation points
2022-04-08T05:07:51.8+00:00

@IntuneUser 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.

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.