Questions tagged [device-management]

32 questions
6
votes
2 answers

Cygwin equivalent of Linux /dev/sda, /dev/sdb etc

On Linux, I can access a hard drive as /dev/sdX. This ignores any partition tables, file systems, etc, and just accesses the drive block by block. What is the equivalent in Cygwin? I already searched Google, but could not find anything that…
rsteward
  • 1,146
  • 2
  • 8
  • 9
2
votes
0 answers

iPhone Device Management function gone

✓ I have searched the internet and no solution/useful information found. iOS version: 11.4.1 only one feedback until now first time installation The expected result looks like: the Device Management option presented under VPN but doesn`t know…
2
votes
0 answers

iOS 11.3: Device Management Menu Not Available

I'm getting an extremely frustrating error where the device management menu on iOS 11.3 beta appears and disappears randomly. I have a profile set up for my developer apps which is visible under General > Profiles, but it's not allowing me to give…
Nicholas Yang
  • 317
  • 2
  • 3
  • 15
2
votes
1 answer

IBM IoT Foundation Device Management

I would like to use IBM IoT Foundation Device Management for an important customer. It wants the solution on premises and not on the cloud. Can I use IBM IOT Foundation on premises?
user422688
  • 597
  • 2
  • 10
  • 20
2
votes
0 answers

Setting a password lock policy on Android while Allowing Fingerprint Unlock

I have a device admin application that restricts the users to set a password lock using DevicePolicyManager class. I want the users to still be able to unlock the device using their fingerprint. Is there a way to do so?
lyc001
  • 777
  • 1
  • 10
  • 25
2
votes
1 answer

C# Devcon functionality without Devcon?

I have an app which is using DEVCON to do the following; Get device status Enable Disable All of the above based on compatible id's. How can I do the same without using DEVCON at all? I still need the same functionality listed above. I have…
Pickled Egg
  • 123
  • 3
  • 12
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
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
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
0 answers

Universal Links in Managed Mode

I am trying to implement Universal Links (https://developer.apple.com/ios/universal-links/) feature for my iOS app. The app is only available to the people who have company's managed iOS devices and the app is distributed through company's MDM to…
Dogahe
  • 1,380
  • 2
  • 20
  • 50
1
vote
1 answer

Disabling and enabling google play protect scanning via intent (or any remote method)

I'm attempting to install some internally developed applications via MDM to a group of Android devices, but because we won't be utilizing the play store for those applications, I get constant "Blocked by Play Protect" and the users have to select…
1
vote
0 answers

UIPasteboard for enterprise apps

I have a situation where I need to enable copy/paste only among a bunch of enterprise apps on a managed device. This lead me to UIPasteboard, but looks like for such a feature we need all apps to be in the same app group. Is there a possibility to…
user3752049
  • 167
  • 1
  • 14
1
vote
1 answer

Device Management on Android

TL;DR Device Management APIs or EMM solution for preventing app uninstall and whitelist/blacklisting applications from Play Store? Is it possible to create custom EMM solution without going through Google Review? To elaborate my scenario, I have 4…
RaviVadera
  • 401
  • 2
  • 13
1
vote
0 answers

Is it possible to call MDM web service through iPhone code?

I have to access MDM commands to my device. Without using local server can I access MDM commands through mobile service call ? https://simplemdm.com/docs/api/?shell#introduction From the abow link, service call is in Shell. Can I use this for iOS…
Jeni
  • 527
  • 4
  • 8
1
vote
1 answer

MDM and MAM capabilities on iOS

How does MDM and MAM capabilities work on iOS. Do we need a third party client running on iOS devices to receive MDM/MAM commands from the https server. How does the enrollment happen and I am sure that iOS depends on push notifications to receive…
Trident
  • 810
  • 9
  • 20
1
2 3