455 questions
0
votes
0
answers
26
views
Graph API committing uploaded IOS IPA. Do I need to encrypt this file or not?
I'm attempting to send an IPA for an IOS application to our Intune instance for consumption as an LOB app.
I've gone through all of the required incantations so far to get this to work in automation ( ...
0
votes
0
answers
28
views
Beta Graph API - deviceRunStates- filter not works
I need to server-side filter the results of a script execution on devices. I would like to retrieve the result for a specific device. To do this, I used this call:
GET /deviceManagement/...
0
votes
0
answers
35
views
React Native MSAL app works normally on emulators, but fails to sign in on Intune-managed devices
I have a React Native that uses MSAL (react-native-msal) for authentication against Entra ID (Azure AD).
On normal devices (emulators, bluestack), the app apk works fine:
acquireToken shows the Azure ...
0
votes
1
answer
82
views
How to use an Intune-delivered SCEP certificate for mTLS in iOS app using URLSessionDelegate?
I am working on implementing mTLS authentication in my iOS app.
The SCEP client certificate is deployed on the device via Intune MDM.
When I try accessing the protected endpoint via ...
0
votes
0
answers
108
views
How to create an Intune application via Powershell script
Here is the code that I created but not working.
Define variables, here I created all the variables for the script.
$SourceFolder = "E:\Temp2\PowershellScript\IntuneWin32App-Tool\DummyApp" #...
0
votes
1
answer
388
views
How do I programmatically get Configuration policies for all policy types?
In the Microsoft Intune Admin Center, I can list the Configuration policies for my devices. I want to pull that information programmatically from a Power Automate Flow.
I asked a similar question here:...
0
votes
1
answer
181
views
How can I install apps from unknown sources/ Android Studio to work profile managed by intune?
I am a newbie. I have created an app for work profile and tested it out using TestDPC. But I want test it using actual DPC like intune. I am done with the account setup and tried creating ...
2
votes
1
answer
278
views
Intune Win32 app to create HKLM registry entry not working
I am beating my head against a wall trying to get this to work.
I need to create a registry entry to hide a local user account from the Windows 11 welcome screen. We want to be able to see all AzureAD ...
2
votes
2
answers
395
views
Error 404 Not Found when trying to add an Intune device to a security group through a PS script using Graph API
I keep struggling with this PS script which based on app detection through reg key, adds an Intune device to an Entra Id security group.
Most of the script seems to run fine but I keep getting errors ...
2
votes
1
answer
286
views
Unable to add device to group in Entra ID using Graph through Powershell script [duplicate]
I have a Powershell script which I created with the purpose of adding Intune devices to a Entra ID Security Group based on app presence on the device. It detects the application through a reg key and ...
0
votes
0
answers
104
views
Has anyone managed to update the Entra name for an Android for work device
Device = Get-MgDeviceManagementManagedDevice -ManagedDeviceId "12345-1245-4118-a41d-0dac089b3101"|select *
Set-MgBetaDeviceManagementManagedDeviceName -ManagedDeviceId $Device.Id -DeviceName ...
0
votes
0
answers
318
views
C# iOS app and MSMAM (intune) data access
Hi I have an iOS app that consumes data sent to it via a "sharesheet extension" usually from MS Outlook which then parses the file and produce an output for the user.
This has worked great ...
0
votes
1
answer
441
views
Uninstall all Python versions via Intune and install only the latest version
The goal is to have only the latest version of Python (3.13.1) installed after the process, with all previous versions removed.
Note: I work in the customer's environment and have to deploy the new ...
2
votes
1
answer
71
views
Bad Request 400 error while using Invoke Rest Post method of Graph API for uploading ipa file
I am trying to create an LOB [.ipa] app at Intune by calling Graph API through Powershell 2.
I am able to create the application at Intune but when I try to upload an ipa file, I receive:
Bad Request ...
0
votes
1
answer
89
views
Platform script is not functioning properly via Intune while functioning smoothly when testing locally
I created a script to change the wallpaper on Windows laptops. When tested locally via PowerShell, it works as expected, successfully changing the wallpaper. However, deploying the same script via ...
0
votes
1
answer
73
views
Web App bugs specific to company iPhones using Edge browser managed by Intune
I am not sure which elements are at play with the issues I am facing so I have tried to give a fairly wide outline.
We recently deployed a company SPA web application for an annual event that was ...
0
votes
1
answer
344
views
Autopilot - Intune: Get Hardware-Hashes to Backup
How can I backup devices from Autopilot before deletion?
Once deleted, I would like to be able to undo deletes by re-adding devices.
For this, I need the hardware-hash
But https://graph.microsoft.com/...
0
votes
1
answer
1k
views
I'm trying to set up an allow list in intune for URLAllowList with multiple URL's and some with wild cards
I am using ["*"] to block everything using Managed Devices enrollment type and Block access to a list of URLs "URLBlocklist" but want to whitelist some urls with wildcards as there ...
0
votes
1
answer
227
views
iOS : Per App Content Filter deployment through Intune
I am testing Per App Content Filter(iOS 16 onwards) feature for iOS. Per App Content Filter entitlements can run on a managed device only. Hence these entitlements must be pushed through MDM.
Apple ...
0
votes
1
answer
120
views
How to Create Word,Excel,PowerPoint,Outlook Icons in desktop using Intune?
I used this script in Intune to create an MS Excel Icon on the desktop of users' machine.
$TargetFile = "C:\Program Files\Microsoft Office\root\Office16\EXCEL.exe"
$DesktopPath = [...
0
votes
1
answer
140
views
Intune Conditional Access claim challenge testing
I'm currently trying to add the possibility to challenge claims that are thrown by a CA policy.
This is simply done with some C# code from the MSAL .NET library
https://learn.microsoft.com/en-us/entra/...
0
votes
1
answer
62
views
Problems with PowerShell script App installation
I have the following script which should install the OnScreen Control App.
$VerbosePreference = "Continue"
# Function to check if the script is running with elevated permissions
function ...
-1
votes
1
answer
478
views
Adding keyboard language in intune to AVD
I have an AVD and I'm trying too add a language to the keyboard for the users in intune.
I tried creating a platform script and remediation script but it didn't gave me what i wanted to add a language ...
0
votes
0
answers
587
views
Failed remediation script in Intune while "run script 64-bit PowerShell" option is turned on
I took the script for updating applications using Winget from this blog: https://scloud.work/winget-updates-proactive-remediations-2/
The blog says that scripts should be run in 64-bit powershell, but ...
0
votes
0
answers
166
views
Get-ChildItem : Cannot find path 'C:\Program Files (x86)\WindowsApps' because it does not exist, while running remediation PowerShell script in Intune
I am trying to update 7zip for all computers in our organization using a remediation script in intune. When I run the script locally on my computer, it works fine, but when I run it through intune, on ...