Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
26 views

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 ( ...
David Blanchard's user avatar
0 votes
0 answers
28 views

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/...
user3519805's user avatar
0 votes
0 answers
35 views

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 ...
Jamie Nguyen's user avatar
0 votes
1 answer
82 views

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 ...
anas.p's user avatar
  • 2,286
0 votes
0 answers
108 views

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" #...
ScriptiX's user avatar
0 votes
1 answer
388 views

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:...
CigarDoug's user avatar
  • 1,610
0 votes
1 answer
181 views

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 ...
Yamjala Madhav's user avatar
2 votes
1 answer
278 views

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 ...
ausip's user avatar
  • 263
2 votes
2 answers
395 views

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 ...
Gacrux's user avatar
  • 43
2 votes
1 answer
286 views

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 ...
Gacrux's user avatar
  • 43
0 votes
0 answers
104 views

Device = Get-MgDeviceManagementManagedDevice -ManagedDeviceId "12345-1245-4118-a41d-0dac089b3101"|select * Set-MgBetaDeviceManagementManagedDeviceName -ManagedDeviceId $Device.Id -DeviceName ...
Xrai's user avatar
  • 1
0 votes
0 answers
318 views

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 ...
canderse's user avatar
  • 347
0 votes
1 answer
441 views

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 ...
Kanuc's user avatar
  • 35
2 votes
1 answer
71 views

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 ...
Amit Saxena's user avatar
0 votes
1 answer
89 views

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 ...
D.Ekanayaka's user avatar
0 votes
1 answer
73 views

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 ...
mikepoole72's user avatar
0 votes
1 answer
344 views

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/...
reinhardS's user avatar
0 votes
1 answer
1k views

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 ...
Andrew Begley's user avatar
0 votes
1 answer
227 views

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 ...
Desert Rose's user avatar
  • 3,454
0 votes
1 answer
120 views

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 = [...
Ronald Lam's user avatar
0 votes
1 answer
140 views

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/...
Uridel's user avatar
  • 69
0 votes
1 answer
62 views

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 ...
Unbuckle's user avatar
-1 votes
1 answer
478 views

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 ...
Zhao Ses's user avatar
0 votes
0 answers
587 views

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 ...
Daņiils Poļakovs's user avatar
0 votes
0 answers
166 views

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 ...
Daņiils Poļakovs's user avatar

1
2 3 4 5
10