Questions tagged [microsoft-graph-intune]

Microsoft Graph Intune refers to the Intune APIs in Microsoft Graph. This tag should always be used in conjunction with the [microsoft-graph] tag.

57 questions
0
votes
1 answer

Android MSAL Login failed incase if My app is already Auto enrollment successful using Company portal app

We are migrating our authentication of Azure from ADAL to MSAL. Our app support Intune feature. We are facing login failure during MSAL login, if the app is already automatically enrolled using Company portal app or open-in work flow from the other…
0
votes
0 answers

enable PUA protection in block mode for macOS

Hello everyone I have tried to run this script in Microsoft Intune to enable PUA protection in block mode for macOS. mdatp threat policy set --type potentially_unwanted_application --action block but it failed it shows me that command not found,…
0
votes
0 answers

MS Graph API - activationLockBypassCode comes up null

I'm trying to pull a report from Graph API regarding the Intune device field activationLockBypassCode. When done through Graph Explorer, I get a result. Sample query through Graph…
0
votes
1 answer

MS Graph API - How to query additional pages

I'm unsure as to how to query additional pages. Through some guides I've seen I've cobbled together the following but am only getting the first 1000 results (expecting a number close to 15000). I seem unable to capture the @odata.nextLink value to…
0
votes
0 answers

How to access Intune data warehouse(odata feed) from Azure data factory

I wanted to access intune DW(Odata feed) from azure data factory but not able to connect and get the data for processing. followed the MS document but no luck below are the details: Service…
0
votes
2 answers

Trying to use the "SetDeviceName" action with Microsoft Graph

Trying to do a bulk rename of device when they haven't been logged on for a long time. I have managed to gather the information I need it and pipe it, so it comes out correctly. But for some reason, I get Bad request and my formating is some how…
0
votes
1 answer

MS Graph, receive forbidden when try to add AndroidStoreApp

I'm developing an application which will upload Android/IOS apps to InTune. All works with LOB apps. I can add, list, update, delete. However, when I try to add Android store app, I receive forbidden. I can list store apps, but not to add. From…
0
votes
1 answer

Intune device management GRAPH API

Does anyone know how I can connect to the Intune API using MS Graph with a Access/Refresh token? I'm using AADInternals module. Get-AccessTokenWithRefreshToken -Resource "https://graph.microsoft.com" -ClientId "00000000-0000-0000-0000-000000000000"…
H1dden69
  • 1
  • 4
0
votes
1 answer

Where to find permission for API from microsoft powershell sample

I am trying to create a app that basically uses Win32_Application_Add.ps1 from the powershell intune samples. The application has the following permissions: DeviceManagementApps.Read.All DeviceManagementApps.ReadWrite.All All goes well with…
0
votes
1 answer

Launch Outlook from Blackberry Dynamics app

Is it possible to launch outlook from Blackberry dynamics app. If yes, what are the steps to be taken? Is it possible to select the mail client like work or outlook from a blackberry dynamics app?
0
votes
1 answer

MS Graph & Intune: Identify a mobile device

Is there a way to identify a mobile device from the following Graph API endpoint? GET https://graph.microsoft.com/beta/deviceManagement/managedDevices Currently we have a mix of mobile devices and Windows PC's loaded into Intune but having looked…
Pradeep Patel
  • 471
  • 1
  • 6
  • 23
0
votes
1 answer

Assigning Intune scope tags to Azure Azure AD group

I cannot figure this on out. I need a way to assign Endpoint Manager's Scope tags to an Azure AD group using Microsoft Graph and PowerShell. Under the portal this is done under Endpoint Manager\Tenant Administration\Roles\Scope (Tags). Then clicking…
0
votes
2 answers

Azure AD Join with PowerShell on Windows 10+ (Automated)

Is there still really no way to automate joining a Windows device to Azure AD via Powershell? I've looked and tried just about everything. The only methods I know of are below. Self-service: Windows OOBE or Settings Bulk enrollment Windows Autopilot
0
votes
1 answer

Microsoft Intune Graph API to get application installed

How to get applications installed on a particular device in intune with graph api.
0
votes
0 answers

Is it possible to add dummy devices in Microsoft Intune (Endpoint Manager)?

We are working on a feature that makes use of MS Intune Graph API. To properly support pagination, we need more than 100 devices in Intune. However, we don't have so many devices right now. Is it possible to populate 100 dummy devices in Endpoint…
Arun Joseph
  • 2,736
  • 25
  • 35