@Saravanakumar Ganapathy, Thanks for posting in Q&A. For the Google Chrome, I would like to confirm if it is deployed via Intune win32 app?
Based on my capturing DevTool log by clicking F12 when I browse the device status of a win32 app. I find it using the following URL and request body
Action: POST
URL:https://graph.microsoft.com/beta/deviceManagement/reports/getDeviceInstallStatusReport
Request body:
{
"select": [
"DeviceName",
"UserPrincipalName",
"Platform",
"AppVersion",
"InstallState",
"InstallStateDetail",
"AssignmentFilterIdsExist",
"LastModifiedDateTime",
"DeviceId",
"ErrorCode",
"UserName",
"UserId",
"ApplicationId",
"AssignmentFilterIdsList",
"AppInstallState",
"AppInstallStateDetails",
"HexErrorCode"
],
"skip": 0,
"top": 50,
"filter": "(ApplicationId eq '<add your app id>')",
"orderBy": []
}
After that, you will get the device status of the app in the file. You need to download it to view.
Hope the above information can help.
If the answer is helpful, 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.