460 questions
-1
votes
0
answers
36
views
Endpoint Privilege Management not allowing users to use elevated access
I'm new to in-tune and Endpoint Privilege Management. I'm trying to setup a way for user to get access to tools they can download by asking for elevated access.
I have been using Jonathan Edwards ...
0
votes
0
answers
36
views
Windows Hello MDM Issue
Need help regarding one thing. We are trying to Control Windows Hello Pin configs using MDM(Not using Intune). I used this config sent CSP command it got success , I was able to see corresponding reg ...
0
votes
1
answer
58
views
How do I programmatically get Configuration and Compliance policies?
In the Microsoft Intune Admin Center, I can list the Configuration and Compliance policies for my devices. I want to pull that information programmatically, like from a Power Automate Flow. Is there ...
0
votes
1
answer
20
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 ...
0
votes
0
answers
38
views
Scan for Malware in Azure Intune Workspace (Blob Storage)
We need to confirm if Microsoft Defender scans files uploaded to the Azure Blob Storage used by our operators. Specifically, we are uploading files through Intune to its designated workspace (which ...
0
votes
0
answers
53
views
Conditional Access Policy Blocking Compliant Device in WebView2
We have set a compliance policy in MS Entra to require that only devices that are registered and compliant with our email tenant can access our WebView2 email application. Prior to creating and ...
1
vote
0
answers
66
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 ...
0
votes
1
answer
38
views
PowerShell -contains only working as expected, if the referenced list is referenced separately beforehand [duplicate]
I am perplexed to say the least.
Currently working on a PowerShell script to deploy SharePoint Libraries to users via Intune.
I use a custom detection script, which checks the folder-attribute sync-...
2
votes
2
answers
132
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
101
views
Apple development vs Apple Distribution for Microsoft Intune portal
I have an iOS app that i need to send to a collegue (in another country) in the .ipa form to then be published in our Intune company portal. I already had some problems because at first 2 attempts the ...
2
votes
1
answer
119
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 ...
1
vote
1
answer
364
views
How to upload the build on microsoft intune through azure devops pipelines
How to upload the build on Microsoft intune through azure DevOps pipelines.
I am a microsoft VS App center user where i'm distributing the non prod apps to testers, as many of you know VS app center ...
0
votes
0
answers
73
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
26
views
Unable to retrieve user account after installing MAUI app from Intune Company Portal
We have a MAUI iOS app which the user installs from the Intune Company Portal. We are looking for a solution how to silently (without any user interaction) retrieve a token and sign in the user.
this ...
0
votes
0
answers
101
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 ...