Microsoft Graph Intune refers to the Intune APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.
Questions tagged [microsoft-graph-intune]
57 questions
1
vote
0 answers
How do I not crash Intune Wrapped App during startup
We have a react-native app ejected and built on iOS using xcode. This app is then wrapped using Intune App Wrap tool (version 12.3.1) and deployed through Intune or Microsoft Endpoint manager.
When we start the app, it tries for network connection…

Hari Narasimhamurthy
- 11
- 1
1
vote
1 answer
Can't send POST request to Graph API for microsoft.graph.androidManagedStoreApp in PowerShell
I'm trying to send a post request in PowerShell to https://graph.microsoft.com/beta/deviceAppManagement/mobileApps using the Graph API for the android managed store app but I keep getting an error. This works for other odata.types but not for…

mallockey
- 56
- 4
1
vote
1 answer
Looking for POwershell script for Intune/ Microsoft Graph to pull last user login , fields dont appear to exist
We have a current export request to pull a csv of last logged user to any managed devices with Intune. Currently using the Microsoft Graph Powershell but the fields I require don't appear to exist.
Currently been trying
Get-IntuneManagedDevice |…

Andrew Austin
- 11
- 1
- 2
1
vote
1 answer
https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations filter on bundleId or packageId
I am trying to retrieve info from intune via GraphApi.
Want to filter on bundleId or packageId field (located under appIdentifier).
But I can't seem to find a way to do this.
Target result is :
userId,os_type (based on either @odata.type or…

DTuynman
- 13
- 3
0
votes
1 answer
How to update device category for device in intune?
More specifically, What I am trying to do is to loop through all intunemanageddevices and updated the device category based off of matching the serial number that is listed in a csv file. Example: If the script finds any serial number that is in…

PowerShellWiz
- 3
- 2
0
votes
1 answer
Not able to add users from csv file in to Remote desktop Users group
I am able to import .csv file and its working for me without any error, but not able to add the users in Remote Desktop Users list. Can any one know the solution.
Import-csv -Path "C:\Users\Intune.Autopilot.Poc\Downloads\employees.csv" |…

sure
- 1
0
votes
0 answers
C# Graph SDK - How to deploy an Intune device compliance policy
I am trying to deploy an Intune device compliance policy in my C# program. I have successfully been able to deploy a configuration profile, but a compliance policy is proving to be a tough nut to crack
Authentication to Graph is done with the graph…
0
votes
0 answers
Clarification on "userPrincipalName" property in Intune Graph API and Intune admin center
I'm currently working with the Intune Graph API and the Intune admin center for device management. I have come across the "userPrincipalName" property in the GET /deviceManagement/managedDevices endpoint, which is stated to represent the device's…
0
votes
0 answers
Intune Graph API: filtering on a key in an Object in a JSON array
Using Graph API Explorer, the following command produces a list of macOS VPP apps that are assigned as "required" to any Group in my Intune tenant:
https://graph.microsoft.com/beta/deviceAppManagement/mobileApps?$filter=…

jimmyl2023
- 1
- 1
0
votes
0 answers
WkWebView has stopped the working due to unsupported browser restriction by Intune policy
I have one iOS application fully developed with WKWebView which loads all the Auth-based URLs and Sharepoint content which requires the organisation login authentication. If we load the URL the first time it asks for the login and after successful…

Vikas Rajput
- 1,754
- 1
- 14
- 26
0
votes
0 answers
Is there a way to upload mobileApp files, or files in general without using Azure Storage?
As the title reads, currently our organization doesn't have Azure Storage as an option for our developers. However, we are trying to automate and streamline our iOS and Android deployments into Intune using Microsoft's Graph API.
Currently we have…

Cancos
- 1
- 1
0
votes
0 answers
Filter for dedicated Devices - Graph API
Struggle to build a appropriate query for GRAPH API to retrieve all dedicated devices:
https://graph.microsoft.com/beta/deviceManagement/managedDevices?$filter=deviceEnrollmentType eq…

DaWe
- 1
0
votes
0 answers
Configuring Windows 10 Update Rings in Intune/MEM using Powershell
I'm working on Configuring Windows 10 Update Rings in Intune/MEM.I'm able to do that from MEM but Is there any way that i can update using Powershell.?
Thanks
Couldn't find any documentation yet.
0
votes
0 answers
Intune - exporting a list of users with more than one Windows device
I have more than 1100 Windows devices registered on Intune, some users had their laptop replaced, however the device replaced was not deleted. How can I generate a list of UPN that contains more than 1 device? I will need this check this list and…
0
votes
0 answers
PowerShell - Microsoft.graph.intune - Get-DeviceManagement_DetectedApps - List all apps, not just first 50
I'm wondering if anyone can help?
I am running the cmdlet Get-DeviceManagement_DetectedApps in the microsoft.graph.intune module and getting back this result
Get-devicemanagement_detectedapps output
I have a count of 6975 apps but in the value array…