Questions tagged [intune]

Microsoft Intune provides mobile device management, mobile application management, and PC management capabilities from the cloud.

Microsoft Intune provides mobile device management, mobile application management, and PC management capabilities from the cloud.

Using Intune, organizations can provide their employees with access to corporate applications, data, and resources from virtually anywhere on almost any device, while helping to keep corporate information secure.

407 questions
1
vote
1 answer

It failed to fails to compile when add com.medallia.digital.mobilesdk:android-sdk:3.0.1 in intune

It failed to fails to compile when adding com.medallia.digital.mobilesdk:android-sdk:3.0.1 in intune SDK Demo I create an Intune SDK demo and the com.medallia.digital.mobilesdk:android-sdk:3.0.1 in the Gradle. but it failed to build: The error is…
Nash Zhou
  • 11
  • 1
1
vote
1 answer

Intunes SDK integration for React Native

I have a react native application that runs on both IOS & Android devices. The organization has now mandated the integration of Intunes SDK into the application to apply Conditional Access & MAM policies. However the only integration available is a…
Rakesh V
  • 33
  • 5
1
vote
1 answer

Creating a RDP icon on desktop with specific parameters

Does anybody have a Powershell script that generates a RDP icon on the desktop of the user. I already have the code for the desktop icon creation. But the next thing I need is the RDP extension to be created with specific paramters (Single usage of…
Ghostky
  • 11
  • 3
1
vote
0 answers

Correct body contents to create a mobileAppContentFile resource using the MsGraph REST API?

I'm attempting to automate the update process for a Line-of-Business app in Intune. Here is my current code: function New-AppContentFile { param( [Parameter(Mandatory=$true)][System.String]$AppId, …
xswarms
  • 43
  • 4
1
vote
0 answers

Android App Service with android:isolatedProcess="true" not working with intune SDK

Describe the bug: I have an app which uses Intune SDK for android. We want to integrate a service with with android:isolatedProcess="true" for root detection related functionality on our App. But, android Service with android:isolatedProcess="true"…
Pradip Tilala
  • 1,715
  • 16
  • 24
1
vote
0 answers

Use MS Edge browser for SSO authentication in an iOS app

I have an app that includes the "Microsoft Intune App SDK". The app does not use MSAL for authentication and requires the user to authenticate using an SSO/OAuth login. Some customers have conditional access policies defined that require the SSO…
Jeff Martin
  • 550
  • 4
  • 12
1
vote
0 answers

Get current device synced account

I have my computer connected to Microsoft MDM InTune. I need to get with powershell, wmi or any other tool, the current device synced account. I'm trying to use wmi with this class: "ROOT\CIMV2\mdm\dmmap:MDM_ActiveSync_User_Accounts01_01", but there…
Guido Caffa
  • 1,201
  • 1
  • 12
  • 22
1
vote
0 answers

How to resolve Intune iOS wrapping error "An invalid signing certificate was specified"

I am developing iOS native application for which want to add Microsoft Intune support. While packaging the application I am getting error as: Application packaging in progress... Version of MACOSX is 10.15.7 Version of XCode installed is Xcode…
RohitK
  • 1,444
  • 1
  • 14
  • 37
1
vote
0 answers

Azure Logic Apps, Parsed JSON returning Null when used

I'm trying to access the values in JSON output that I received from two (2) Graph API calls, but each time I try to use them I get this error: ExpressionEvaluationFailed. The execution of template action 'For_each' failed: the result of the…
1
vote
1 answer

How to find GP Name from GP English Name in ADMX file

hi i am currently moving gpo's to intune. i have read all of microsoft's documentation but one thing they do not cover is how to derive the gp name (in admx file) from the gp english name (what you would see in gp edit console). For non custom ADMX…
blameDns
  • 31
  • 3
1
vote
1 answer

Create groupPolicyDefinitionValue for new policy in Intune configuration policies using the Microsoft Graph

I am following the example here - https://learn.microsoft.com/en-us/graph/api/intune-grouppolicy-grouppolicydefinitionvalue-create?view=graph-rest-beta to create groupPolicyDefinitionValue using the Microsoft Graph. I have already successfully used…
1
vote
0 answers

Deploying Application Manifest

I am attempting to deploy an application called TempWorks Enterprise with Microsoft Endpoint Manager (Intune). The application is packaged as an application manifest (.application) instead of an EXE or MSI. I have tried to wrap this application as a…
John
  • 11
  • 3
1
vote
0 answers

Can't delete autopilot profile because it is still active in intune (but its deleted in intune)

I am trying to delete all the autopilot profiles of the devices that are deleted in intune. For some devices this gives an error. I tried to remove the autopilot profile manualy in the interface but i get also an error: deletion failed. Please…
Gerrit Geeraerts
  • 924
  • 1
  • 7
  • 14
1
vote
0 answers

error: IOS Version code property must be an integer and must be set

I'm currently getting the following error when trying to upload an IPA file via Intune. I did not get this error 2 days ago. This is a iOS line-of-business app.
Jim Peeters
  • 2,573
  • 9
  • 31
  • 53
1
vote
4 answers

Android 10 NFC App - Stops working when phone sleeps while in MS Intune Kiosk Mode

No one can figure this one out. We are using Microsoft Intune to lock some phones (Samsung) to a single NFC scanning android application. Worked great using Android 9. However, with no change to Intune, the app does not work on Android 10. It works…
Chris Norris
  • 197
  • 1
  • 2
  • 13