Microsoft Intune - Not able to retrieve the Update rings for Windows 10 and later assignment status (For Devices).

Swahela Mulla 90 Reputation points
2023-04-14T05:30:22.4466667+00:00

Hi, Hope you guys are doing great. I was working on Microsoft Intune there I have created one profile for Update rings for Windows 10 and later and I want to retrieve/Export the information of created profile (Profile assignment status). But I am unable to see any Graph API and also PowerShell cmdlets for this in Microsoft documentations. How can Retrieve/Export Profile's assignment status can you please help on this? Status: succeeded, Error, Conflict, Pending, Not ApplicableManage Windows 10 update rings - Pause Delete Resume Extend

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,234 questions
Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,783 questions
Microsoft Intune Updates
Microsoft Intune Updates
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
90 questions
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,657 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,266 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Pavel yannara Mirochnitchenko 12,386 Reputation points MVP
    2023-04-14T05:50:46.6933333+00:00

    I see export button on Device Status of Update Ring deployment:
    User's image


  2. Pavel yannara Mirochnitchenko 12,386 Reputation points MVP
    2023-04-14T05:51:51.1533333+00:00

    Another method is to enable expedite update, which gives you better report view. Expedite means, that is the least CU update you MUST have in your enviroment, as I see it.

    0 comments No comments

  3. Lu Dai-MSFT 28,366 Reputation points
    2023-04-17T01:26:54.9366667+00:00

    @Swahela Mulla Thanks for posting in our Q&A.

    Based on my research, deviceConfigurationDeviceStatus may make it.

    https://video2.skills-academy.com/en-us/graph/api/intune-deviceconfig-deviceconfigurationdevicestatus-get?view=graph-rest-1.0

    It is suggested to try to click on "F12" to open DevTools. When you select an update ring policy and click on the "Device status", we can see the specific request URL. And then we can try to run this request in Graph explorer to get assignment status of devices. User's image

    Hope it will give you some ideas.


    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.