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

Intune/Endpoint Manager Line of Business (LOB) apps require developer mode on iOS16

We have an iOS Line of Business Enterprise iOS app implemented using Xamarin. The provisioning profile and certificate is part of the iOS Enterprise Program. We deploy the IPA via InTune/Endpoint Manager. This works for all iPhones. However, on iOS…
Donal
  • 31,121
  • 10
  • 63
  • 72
1
vote
0 answers

What is workflow of Intune login token

I have integrated Intune SDK in my iOS application. When user share file from Outlook(Intune configured) to my app, my app shows Microsoft login screen to end user. What happens after Microsoft login, internally with Intune? How Intune SDK uses…
RohitK
  • 1,444
  • 1
  • 14
  • 37
1
vote
1 answer

Assign a group to a Intune Endpoint security policy

I'd like to find a way using PowerShell to assign a group to a Intune endpoint security policy like disk encryption or a security baseline for Windows 10 (not iOS or Android). I managed to create policies using PS but can't find how to assign a…
1
vote
2 answers

PowerShell - WinGet - Compare Available Package Version to Currently installed

Currently working with WinGet to improve application deployment lifecycle within Intune. I am looking at deploying a detection script that checks for the installed version daily, then triggers the remediation if there is an available update. Doing…
Batteredburrito
  • 579
  • 1
  • 5
  • 34
1
vote
0 answers

Intune, Autopilot Self Deploy + Multi App Kiosk (Guest account auto login), new apps install stay as pending forever

I have a multi app kiosk pc working fine with intune, it was deployed using self deploy autopilot, and the machine does not have a user associated, it was configured to use auto logon and uses a guest account (Kiosk). I need to install new apps in…
1
vote
0 answers

Xamarin forms app fails Intune Conditional Access Policy of one Client

Our app allows Single Sign On(SSO) using the Xamarin's webview component. One of the clients have reported that they are not able to sign in to our app as it fails. But the same SSO if accessed from the device browser, passes the CA policy. From the…
Karthiga
  • 11
  • 2
1
vote
1 answer

XCopy won't copy from path of the batch script

I have an intune package which runs a batch script as follows. SET INST=%~dp0 xcopy %INST%\Folder1\* "C:\Program Files (x86)\Test\Folder2" /s /i Goal is to copy files from Folder1 to Folder2. The Batch script and folder 1 are in the same main…
Nebelz Cheez
  • 307
  • 2
  • 4
  • 15
1
vote
1 answer

Install as local admin user

I have a task of installing applications through Intune, 98% of all the installations are fine. but I have an issue with some of them. The issue is when an application can't be installed or just run by the system account. I've tried to create a…
1
vote
2 answers

Renaming devices in intune via Powershell

I am trying to write a PowerShell script that allows me to update all the names of our devices in Intune [430ish devices] to reflect our asset tags. When they were imported into our tenant, they were given the serialNumber of the device as their…
1
vote
1 answer

Is MSAL integration mandatory for MS Intune SDK integration in an Android app?

In MS Intune official guide for SDK integration for Android, they have supported case of no MSAL or ADAL integrated. https://learn.microsoft.com/en-us/mem/intune/developer/app-sdk-android#1-app-does-not-integrate-msal-or-adal Now, in inquiry mail…
Vatsalengg
  • 146
  • 1
  • 8
1
vote
0 answers

Create groupPolicyDefinitionValue

I want to Create a DefinitionValue based on this documentation. But this doesn't work: https://graph.microsoft.com/beta/deviceManagement/groupPolicyConfigurations/{groupPolicyConfigurationID}/definitionValues { "@odata.type":…
1
vote
3 answers

PS Script to uninstall Firefox from multiple locations

I am working on creating a script to uninstall Firefox from multiple locations. I have a script that I've created and it works to an extent. I have made changes to my original script based on the answer below plus some other changes $LocalUsers =…
daaqis
  • 13
  • 1
  • 5
1
vote
1 answer

Facing "Problem of parsing the package" while installing a wrapped APK file with Microsoft Intune in android phone

I have an APK file which is installing and working fine on android phone, but when I am wrapping this APK file with Microsoft Intune it is giving an error when I try to install this wrapped APK file. There was a problem parsing the package steps…
1
vote
2 answers

Powershell script to show file extensions in File Explorer

I'm fairly new to the world of Powershell and currently I'm trying to push a Powershell script via Intune to the company devices (all Windows 10 21H2 machines) that will show the file extensions in File Explorer. So far, I've found…
1
vote
1 answer

Auto-fill multiples prompts in Powerwhell

I'm preparing laptops with Autopilot Intune Enrollment but we need to import hash in Endpoint automatically We got multiples command lines to enter in cmd, look like that powershell Set-Executionpolicy Bypass Install-Script -Name…