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

Microsoft Intune - get software list from Graph API

In Endpoint Manager, I can list out the software on a test machine and it looks like this: Yet when I try to get the same data from the Graph API https://graph.microsoft.com/v1.0/deviceManagement/detectedApps That gives me an empty json list: { …
user2728841
  • 1,333
  • 17
  • 32
0
votes
0 answers

Rename action in Microsoft Endpoint Manager (Intune) not working

I have performed a device Rename action in Endpoint manager through its MS Graph Rename API and got success message but the device name is still unchanged. API :…
Arun Joseph
  • 2,736
  • 25
  • 35
0
votes
1 answer

Filtering Powershell result in For Each statement

I've written (or trying to write atleast) a simple script to get all Microsoft Intune Defender Policies that are a assigned to a specific Azure AD group. The scripts gets all Defender policies, finds the group ID linked to those policies and then it…
0
votes
1 answer

MS Graph permission added to Azure AD app registration breaks sign-in flow via Intune Company Portal app

I have created an Azure AD app registration for a cross-platform (Xamarin.Forms) mobile application for our employees. The app registration is setup to work as a single-tenant app and in order to function properly, we have specified a number of…
0
votes
1 answer

Get-InTuneManagedDevice deviceEnrollmentType filtering fail

Looking at this page, I assumed I would use a numerical value for the query: deviceEnrollmentType enum However the following does not work: Get-IntuneManagedDevice -Filter "deviceEnrollmentType eq 5" Since that fails with the following…
EricR
  • 1
  • 2
0
votes
1 answer

Is there a way to get alerts when a certain config or policy stops applying to devices on intune

Is there a way to get alerts when a certain config or policy stops applying to devices on intune? is there any way this can be done by Microsoft Graph API.
0
votes
1 answer

Accessing Intune Graph API Forbidden Error

I am O Auth 2 authorization code flow to Authenticate to Azure and Invoke Graph APIs for Intune (by delegated app that was created in Intune for access to API). Following permissions has been provided at the APP registered in Azure under my…
0
votes
1 answer

Azure AD authentication via Powershell returns null

I'm trying to authenticate to my Intune tenant using Powershell & the AzureAD module. In Windows Powershell (5.1) it works, but in Powershell 7 the same code returns null. I get the login prompt, enter my credentials, and respond to the MFA prompt…
0
votes
1 answer

Does Android Intune SDK support MSAL?

I am developing an Android app that uses the Intune App SDK for Android. My application uses MSAL for authentication to Azure AD, but I was not able to find any information about using the SDK with MSAL, only with ADAL. Release 6.3.0…
0
votes
1 answer

Azure REST access token doesn't work - looks like one of commands is wrong?

So for last few days I've been working on getting REST working with our azure to perform a couple thousand of small changes. I think have the REST command to do it, but I am still struggling connecting with getting myself authenticated correctly. So…
kjubus
  • 443
  • 3
  • 8
  • 21
0
votes
1 answer

intune configuration scep profile

I've been working with the PowerShell examples here https://github.com/microsoftgraph/powershell-intune-samples and have created a SCEP certificate profile via exporting a current profile that was manually defined in the Intune console, then…
-1
votes
1 answer

Intune Restore specific configuration using Graph API

I have used IntuneBackupAndRestore Poweshell Grpah Module to back up all the Intune configuration, My need is to restore the configuration but not everything, eg. want to restore compliance policy that too one particular compliance policy, been…
1 2 3
4