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
1 answer

How to access UWP application settings set by MDM?

I am using EnterpriseModernAppManagement CSP to install and set settings for some UWP app as defined here: https://msdn.microsoft.com/en-us/library/windows/hardware/dn904956(v=vs.85).aspx .../PackageFamilyName/AppSettingPolicy/SettingValue (only…
Looka
  • 51
  • 5
2
votes
1 answer

iOS Provisioning Profile Renewal Process with MDM

I have an Enterprise app that was distributed through MDM.How I can handle provisioning profile renewal process for the apps that are distributed through MDM? Do I need to release an app update using the new provisioning profile every time whenever…
Shyam
  • 417
  • 4
  • 16
2
votes
1 answer

Distribute In-House iOS App through Microsoft Intune

We have developed an iOS app that we would like to distribute through Microsoft Intune. We have already subscribed to the iOS Developer Enterprise program and created an In-House Distribution provisioning profile used to sign our application which…
systempuntoout
  • 71,966
  • 47
  • 171
  • 241
1
vote
1 answer

Getting 404 when requesting physicalMemoryInBytes using Graph API

The response I currently receive from Graph Explorer with the following query: https://graph.microsoft.com/beta/deviceManagement/managedDevices/11111111-1111-1111-1111-111111111111 { "error": { "code": "ResourceNotFound", …
1
vote
0 answers

How can I disable autosave in Excel and Word through Intune?

I have a question/problem regarding turning off Autosave through Intune. (Not sure if this is the correct topic, but I couldn't find one that matched) I want to disable autosave by default in Excel and Word, but the configuration settings doesn't…
Erocsh
  • 11
  • 1
1
vote
1 answer

Microsoft Graph Delta API for querying /devicemanagement/manageddevices?

I'm trying to sync the devices from Microsoft Endpoint manager https://endpoint.microsoft.com . After performing a full read once, I would like to query the changes alone on daily basis. We are able to fetch all devices using…
1
vote
0 answers

Microsoft Intune custom compliance policy, error 65007 (Script returned failure)

we are trying to create a custom compliance policy for our Intune environment, but we keep getting an error: 65007 (Script returned failure). When we run the script locally on the clients it works just fine. But every time we try to run it from…
zyntrax
  • 88
  • 9
1
vote
0 answers

Get-IntuneManagedDevice | Out-GridView PhysicalMemoryInBytes shows 0

I have created Policy Script in Intune to get my Intune Enrolled Devices inventory using this command: Get-IntuneManagedDevice | Out-GridView Which gives me Manufacturer, Ram, ComputerName, CPU, SerialNumber. It perfectly works, however it doesn't…
Bahruz
  • 11
  • 1
1
vote
0 answers

Unable to set policy to block files download from OneDrive/Teams on mobile devices

In our company we want to limit the ability to download files/attachments from Teams/OneDrive only from devices that are enrolled in Intune. I tried to set it up using Conditional Access policy in Azure Active Directory. The issue we are facing is…
Marcin
  • 11
  • 1
1
vote
1 answer

How do I point NDES to new CA on ADCS PKI?

I've searched far and wide but am unable to find reference to having NDES point to a new CA. During the configuration of the ADCS NDES role you have to point to specific CA. However we are now in the process of building a new CA. The current one is…
1
vote
0 answers

Nesting InTune data properly for a specific KQL query

I am using Windows Update for Business to pull in InTune data to track patching for my org. This data is stored in a Log Analytics Workspace and can be queried using KQL. I am trying to write a specific KQL query that shows two categories with…
m0biu51
  • 11
  • 2
1
vote
0 answers

LoginAndEnrollAccount(emailText) does not prompts the email and password with updated Intune SDK

Ours is an Intune Application with Xamarin forms. Authentication is handled default by Intune SDK. Application does not use ADAL nor MSAL. after the Intune SDK update, LoginAndEnrollAccount does not prompts the user for username and password. when…
1
vote
0 answers

rest apis for exporting config.office.com

I'm trying to export Office Policies available in 2 place: In Intune Endpoint manager (https://endpoint.microsoft.com) In https://config.office.com I'm generating a token (following intune rest api documentation) an I call: GET…
CloudAnywhere
  • 669
  • 1
  • 11
  • 27
1
vote
1 answer

React native run Microsoft app locally without intune

I am working on a mobile application for Microsoft built in React Native . This app uses Microsoft login for authentication. I was able to run the app fine in the emulator without enrolling the emulator to intune ( the computer is intune compliant )…
1
vote
2 answers

Intune Win32 App Install Parameters Array

I have some powershell who has the following: Param([Parameter(Mandatory = $true)] $TargetPaths=@()) I bundle this .ps1 into a .intunewin with content manager and upload to intune. I now wanted to call my powershell with an install command similar…
1 2
3
27 28