User Profile
shambari
Copper Contributor
Joined 8 months ago
User Widgets
Recent Discussions
Status reports intune
I am using the API "deviceManagement/reports/getUserInstallStatusReport" with the HTTP POST method, and the request body includes: { "select": [ "UserName", "UserPrincipalName", "FailedCount", "InstalledCount", "PendingInstallCount", "NotInstalledCount" ], "skip": 0, "top": 50, "filter": "(ApplicationId eq 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX')" } Intune returns a maximum of 50 records, but some applications are installed by more than 5000 users. To check if a specific user has installed this application and to get the installation status report for this application on their device, I have to loop through the results by incrementing the skip value by 50. This process takes a lot of time and often results in a 429 status (Too Many Requests). Is there any way to filter by UserName directly? Currently, this doesn't seem to be supported.11KViews0likes0CommentsDoes Intune support expanding categories for mobile apps in the Graph API?
Hello everyone, I'm using the Graph API to list mobile apps. I successfully use the $expand parameter with assignments, and I receive the mobile apps along with their assignments. However, when I try to use $expand with categories, I receive a 503 status response. Here are the details: This request works: deviceAppManagement/mobileApps?$filter=(isof('microsoft.graph.win32LobApp') and isAssigned eq true)&$expand=assignments This request does not work: deviceAppManagement/mobileApps?$filter=(isof('microsoft.graph.win32LobApp') and isAssigned eq true)&$expand=categories Is there support for expanding categories in Microsoft Intune using the Graph API? Thank you!324Views0likes4CommentsGet device management app mobileAppsof windows for a specific user
Is there any way to get application windows of a specific user using microsoft intune. I already try to do that using this api : https://graph.microsoft.com/v1.0/deviceAppManagement/mobileApps?$filter=isof('microsoft.graph.win32LobApp') AND managedDeviceId eq '11111111-1111-1111-1111-111111111111' but it's not work have you any idea about how to do that ?227Views0likes0CommentsGet access token of a user to use it to get informations
Hello guys, i want to get an access token that i can use it as a specific user to get information from microsoft intune. for example : I want to auth then input email and password. Then get access token of this user. Use access token to get application that this user see on his company portal i already use an access token but of application to get all mobileApps but now i want access token of a user. could you please share with me steps to do that and what i need to add on my app registration. btw i use postman for test my APIs495Views0likes0CommentsIs there any way to open company portal automatically using powershell or any script
I want a script or a command line to open company portal automatically (i have already company portal installed on my device) so i need to open it using power shell or run a script when i call with with a specific apiSolved6.1KViews0likes5CommentsTrouble install mobileApp of type win32 on device using intune APIs
I'm working on integrating my company's portal with Intune APIs to manage application installations. I've successfully retrieved a list of applications from our company portal using the following API call:deviceappmanagement/mobileApps?$filter=(isof(%27microsoft.graph.win32LobApp%27)) I've set up the necessary app registration and permissions, and I can confirm that I'm able to retrieve the list of applications using Postman. However, I'm facing an issue when attempting to install one of these applications using its app ID. Despite thorough searching, I couldn't find any documentation or resources on how to proceed with the installation. Is there a specific method or API endpoint I should be using to initiate the installation of an application retrieved through the Intune APIs?Solved825Views0likes2Comments
Groups
Recent Blog Articles
No content to show