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
2
votes
0 answers

Xcode: creating an app for a client to distribute with their MS InTune

We have an app listed on the Apple AppStore and a client wants to use a previous version of our app that was already listed on the AppStore. I exported an AppStore version of the .ipa from Xcode and sent that to them. But for them to use it with MS…
Rozgonyi
  • 1,027
  • 13
  • 27
2
votes
0 answers

How can an Android application access trusted certificate placed by Intune MDM?

I have Samsung tablets in my organisation that are managed by Microsoft Intune MDM. The are enrolled with Intune and are run a kiosk mode. I need way for the tablet to authenticated to back end APIs. I have used the Intune trusted certificates…
A j
  • 1,069
  • 2
  • 16
  • 29
2
votes
0 answers

Do Flutter applications support Microsoft Intune App SDK?

I'm considering investing in a course to learn Flutter (Google's UI toolkit for crafting beautiful, natively compiled applications for mobile, web, and desktop from a single codebase). Is it possible to integrate Flutter with the Microsoft Intune…
2
votes
0 answers

Is it possible in android to Intune sdk enabled app authenticate without MSAL or ADAL?

I have integrate intune SDK with MSAL authentication but,Is it possible to android Intune enabled app authenticate without MSAL or ADAL?
2
votes
1 answer

How to use Microsoft Graph API with Certificates (INTUNE)

C# code to access MS GRAPH API (IN THIS CASE INTUNE) and use certificates for authentication. This is based on article to be found here:…
NBessmer
  • 87
  • 2
  • 9
2
votes
3 answers

Azure Active Directory: How to check device membership?

I'm trying to find a way to display all groups that an Intune device is a member of. I cannot find this function for the sake of my life. I don't see this fucntion under the Intune blade, nor the Azure Active Directory one. Is there any other way to…
Braa
  • 35
  • 1
  • 8
2
votes
0 answers

Deploy and run Offscrub VBS Scripts from Intune silently

We would like to run the Office Removal VBS scripts on our group of Intune managed Windows 10 machines, aiming to remove all 32bit pre-installed Office products. So far I've attempted to package all VBS scripts and accompanying Powershell script…
roysten10
  • 71
  • 5
2
votes
1 answer

Not able to fetch App Configurations Policy from Microsoft Intune in android app

The requirement is to create a key-value pair and add to the app configuration policy at portal side. ex. endpointURL : "some-value" The Android app should be configured in a way that it should access this configurations in the app and should be…
2
votes
0 answers

Android line-of-business app not deployed via Intune

I'm trying to deploy an Android app that is only available as a .apk file to smartphones using Microsoft Intune. The device is enrolled and it is part of a group. I have created an "Android line-of-business app" by uploading the .apk file and…
Liam Bew
  • 21
  • 2
2
votes
1 answer

Intune MAM SDK: How to get user-ID in iOS and Android?

I am using Intune for enrolling the app through the Company Portal app, and now my question is: How do I get the current users ID (UPN/e-mail) in Xamarin Forms? In Xamarin.iOS I am using the Intune Wrappers and it works fine with the Authentication…
2
votes
2 answers

Create managedDevice in Intune using Graph API

I am trying to create a managed device in Intune using the following Microsoft Graph but it keeps erroring out. I also get an error when trying to update an existing device record. I have the appropriate scopes and my account is an Intune admin.…
DJones
  • 43
  • 5
2
votes
1 answer

Getting Redirect URI in order to implement broker authentication using ADAL

I am currently working on implementing the Broker authentication for our Android App. In order to support Conditional Access with Intune, having a broker authentication is a requirement. I am following the Microsoft Intune App SDK for Android…
ZiviMagic
  • 1,034
  • 2
  • 10
  • 25
2
votes
1 answer

Microsoft Graph Intune: How to get the icons of company apps

I'm developing an company app that pulls the data from company's cloud services using Microsoft Graph. At this moment I'm trying to get the list of the company apps using the Graph Intune API which is /deviceAppManagement/mobileApps. However, it…
jason_wun
  • 113
  • 1
  • 12
2
votes
0 answers

Intune Graph APIs - why delegated permission scope instead of app-only permission scope?

We are trying out the Graph APIs for Intune App Protection. The permissions for the various Intune APIs are only in delegated permission section right now. This means we need admin's Azure credentials for getting access token. However this will not…
Bharath
  • 31
  • 3
2
votes
0 answers

Intune Android/iOS app deployment API

I'm supporting a company to plan for an App deployment automation through Intune which means .apk/.ipa can be uploaded to Intune programmatically. I've check Azure Intune REST API but can't find this feature. I know that SCCM can integrate Intune,…
Paul
  • 437
  • 2
  • 14
1
2
3
27 28