Mobile Device Management

learn more… | top users | synonyms

5
votes
1answer
216 views

MDM DeviceLock Payload Error

After sending the DeviceLock Payload, I get the below error: <Warning>: <APSCourier: 0x1cd51970>: Failed to parse JSON message payload for topic 'com.apple.mgmt.mycomp.mdm': Unexpected ...
3
votes
1answer
213 views

How to issue Development MDM APNS Certificate?

Regarding Apple documentation: We need 2 separate certificates, one for production, one for development. We have issued the production certificate and it works ok with Production APNS, but not with ...
3
votes
1answer
160 views

AuthenticateAsServer won't accept PEM format certificates

X509CertificateCollection certCollec = new X509CertificateCollection(new X509Certificate[1] { xcert}); X509CertificateCollection certCollecpfx = new X509CertificateCollection(new X509Certificate[1] ...
2
votes
1answer
118 views

AutoQuarantine in Exchange Active Sync

I am doing a desktop application for Mobile Device Management which monitors Exchange Server activities. Specifically, i want to know which devices attempted to connect to Exchange active sync i.e ...
2
votes
1answer
347 views

Mobile Device Management of Hardware Components?

Been looking at mobile device management for tablets. So far many of them provide exactly what we are looking for (allowable apps, IT policy enforecment, etc). however having difficulty with managing ...
2
votes
1answer
1k views

Implementation for {“mdm”:“<PushMagic>”} using javapns

I am using javapns to develop apple push notification mdm server. There is a package "javapns.notification.management" I could not find an api to send {"mdm":""} to apple. I want to implement MDM ...
1
vote
1answer
195 views

Apple MDM server, iOS works fine, OS X enrollment fails with “Unexpected Error”

So as many of my past questions indicate I've been working on implementing an Apple MDM service from scratch. It now works flawlessly with pretty much any iOS device we throw at it, which is nice. ...
1
vote
1answer
83 views

Restrict Calls, SMS and Data usage

Can we restrict the below in iOS using objective-c or MDM (Mobile Device Management): Making outgoing calls Sending Messages (SMS) Data transfer (Data Usage) In the survey we found that the below ...
1
vote
1answer
237 views

Setting up an Apple Profile Service for iOS Over-The-Air-Profile Delivery

What we are trying to do, is to setup a Profile Service for Over-The-Air Profile Delivery for iOS. We are following the steps specified in Apples Document ...
1
vote
1answer
174 views

iOS MDM - Making Managed settings permanent

As per the "Mobile Device Management Protocol" API document from Apple, I am trying to restrict access to Data Roaming on iOS devices connected to my MDM server. I can toggle the Data Roaming setting ...
1
vote
1answer
188 views

Apple MDM Vendor genenrated plist file is invalidate when upload to apple push certificate port

I create the plist file step by http://www.softhinker.com/in-the-news/iosmdmvendorcsrsigning, but when i post this plist file to apple push certificate port, it failed and reported as invalide ...
1
vote
1answer
226 views

MDM:Check-in occurs 3 times in a Configuration profile

Thank you. I am using Mac. iPhone Configuration utility The Configuration profile of "qualification information" and "mobile device management" was summarized to one ,and the Configuration profile ...
0
votes
1answer
173 views

Disable power button for iPad in MDM Single App Mode

If I set up an iPad to use the iOS guided access feature then it is possible to disable the home button AND the power button. This means the device can't be locked by a user. But if I activate single ...
0
votes
1answer
53 views

Restricting installing app from itunes

How can I restrict a particular app from being installed via iTunes from device using Mobile Device Management or via other objectivec ways?
2
votes
0answers
59 views

A Zinc (4.x) application can't be opened from CD, but can open from desktop in Mac

I compiled a faily simple application that just loads images, text and opens some pdfs via mdm.System It works exactly as intended on Windows, but on Mac, it doesn't even try to launch when it's on ...
2
votes
0answers
180 views

Automated provision of certificates to Android clients

I am looking into large Mobile Device Management MDM solution which is supposed to support a variety of platforms, but of course primarily iOS and Android 3.x onwards. We need to provision ...
2
votes
0answers
509 views

A call to SSPI failed, see inner exception. the context has expired and can no longer be used

A call to SSPI failed, see inner exception. the context has expired and can no longer be used. what does this error mean? I have a certificate on my MDM server, and the device gets its ...
2
votes
0answers
110 views

MDM profile installation check

I am making an application which installs a MDM profile on the device. The profile is getting installed successfully from the server. But if the user cancels the profile installation then i have no ...
2
votes
0answers
635 views

Profile Manager Lion Server error

My Lion Server (10.7.1) worked perfectly until this tuesday. Yesterday when I went to profile manager's page, sometime it works and sometime not. Also, if I do the enrollment of a device sometimes ...
1
vote
0answers
38 views

Certificate Enrollment web service in windows 8 Device MAnagement

I am developing the webservices to enroll windows phone 8 under company apps account i had successfully implemented the discovery and enrollment websevice and got the Base64-encoded PKCS#10 ...
1
vote
0answers
94 views

Exchange ActiveSync server for MDM

I have implemented a prototype like MDM for iOS devices, which works fine. But when I was doing some analysis, I found that we can use Exchange ActiveSync server to implement MDM (limited features). ...
1
vote
0answers
666 views

Android 3rd party MDM server setup/configuration

I am developing an MDM setup for Android to specifically disable the camera ( for android 4.0 ) and to change passwords and wipe data from device. For background information, I am just a beginner in ...
1
vote
0answers
35 views

Mobile device manager - choice of database engine

If you have a mobile device manager website, what database engine would you recommend..myISAM or innoDB? Mobile device manager will have ongoing transactions such as inserting, removing and updating ...
1
vote
0answers
692 views

iPhone MDM implmentation on Windows & C# - Export .mobileconfig using command-line

I have successfully created Configuration Profile using this C# code and iPhone Configuration Utility. Now, I need to export this Configuration Profile to .mobileconfig file using any command-line ...
0
votes
0answers
9 views

Installing Talend MDM Server on Ubuntu Server 12.04

While Ubuntu Server 12.04 64-bit is a recommended operating system for Talend MDM Server I couldn't find any installation instructions for this OS. So I had to build my own. Any proposals and ...
0
votes
0answers
20 views

MDM Enrollment Service: Certificates in provisioning XML

I am implementing an MDM solution for windows phone 8. I am refering to the Enterprise Device Management Protocol and have a question reqarding certificates during the enrollment phase. The document ...
0
votes
0answers
20 views

Webservices for enrolling Device under Company Apps in Windows Phone 8

Can we use simple java restful webservices to enroll the device under company apps in windows phone 8 devices. I had tried with php and getting the proper requests but no luck with java my webservices ...
0
votes
0answers
45 views

How to create certificate using PKCS#10 CSR

I am having a PKCS#10 CSR(Certificate Signing Request) in base 64 encoded string now i need to pass it to CA(Certificate Authority) verify it and generate a certificate in base 64 encoded string. I ...
0
votes
0answers
15 views

enrollment request missing key usage of MDM of windows phone

I'm trying to make my policy service and enrollment service work with one standalone CA server.The policy service and enrollment service are implemented by myself. The policy service is very simple of ...
0
votes
0answers
55 views

How can i send JavaPNSpayloads using PushMagic token

Hi i am implementing IOS MDM using JavaPNS. Steps performed up to now. 1)I installed xxx.mobileconfig file on IOS Device. 2)I am using JavaPNS for sending notifications. 3)I got PushMagic token from ...
0
votes
0answers
124 views

Unable to send MDM Push Notification to the device via APNS.

Unable to send MDM Push Notification to the device via APNS. We are in process of installing our own MDM server and there by controlling the devices enrolled. Our MDM server is 64 bit Windows 2008 ...
0
votes
0answers
150 views

Can solutions like “Airwatch”, “Mobile Iron” be tested in Mobile Emulators?

There are several market players available for MDM. Two of the most prominent players on the market are AirWatch and Mobile Iron. My question is can solutions like AirWatch and Mobile Iron be tested ...
0
votes
0answers
159 views

Android MDM, Add email accounts in native email app from code, force PIN-code, set APN and auto join WiFi

I'm working on a MDM solution for iPhone and Android. The iPhone part is done and is working great:) On the android part there are a couple of things left. I have never used an Android phone before, ...
0
votes
0answers
180 views

SyncML Get Command WP8 MDM

I have a problem getting device details result response from the WP8 device. The device is enrolled successfully and if I include Add, Exec and other commands as part server's response, the device ...
0
votes
0answers
36 views

how to check iCloud available space

Can we get the iCloud available space by IOS api or send command through MDM server? (Setting -> iCloud -> Storage & Backup -> Available) Thanks.
0
votes
0answers
104 views

MDM: iPhone: Clear Passcode Command Not Working

I am facing issues to execute clearpasscode command for certain devices only. I am getting the below error: mdmd[608] <Warning>: MC|Attempting to perform MDM request: ClearPasscode mdmd[608] ...
0
votes
0answers
103 views

MDM : Not receving “IDEAL” status from device after sending MDM push notification

I have followed steps mentioned in MDM protocol PDF provided by Apple to generate certs, setting up MDM server and configuring the IPCU. I am able to get the Token and PushMagic from device on ...
0
votes
0answers
101 views

push messages not received after payload installed using MDM

I have successfully installed profile using MDM protocol in iPhone device. I can get UDID, APNSToken as well in initial hand sack. But after that when I tried to send push notification using pushmagic ...
0
votes
0answers
145 views

New Distribution Certificate, Provisioning Profile - .ipa won't upload to Profile Manager on OS X Server

I've created a new distribution certificate and provisioning profile and attempted to upload it the profile manager on my MDM server running OS X Profile Manager/Device Manager. I currently over the ...
0
votes
0answers
49 views

Salesforce Mobile Device Management OR Device Authentication

now my client uses salesforce.com and has about 1000 employees with their respective iPads. I want to know if there is any way for my client, using salesforce, to be able to store which user has which ...
0
votes
0answers
85 views

IOS: MDM push notifications while guided mode is running?

I need to install an enterprise app through MDM. My MDM implementation generally works. But if I use the guided mode, the push notifications aren't delivered to the devices running in guided mode so ...
0
votes
0answers
167 views

RemoveProfile Command not working in mdm

RemoveProfile command is not working properly for me. I am setting the proper profile identifier with below xml <?xml version='1.0' encoding='UTF-8'?><!DOCTYPE plist PUBLIC '-//Apple//DTD ...
0
votes
0answers
210 views

backup of profiles on iPhone

I need a way of backing up/restoring provisioning profiles on an iPhone device. I understand from the documentation that iCloud is capable of restoring music, documents etc. But there was no mention ...
0
votes
0answers
51 views

I would like to sign by choosing “a Configuration profile is signed.”

Thank you. I am using Mac. iPhone Configuration utility When writing out, it indicates "it signs a Configuration profile", but selection is impossible. It is disabled. I would like to sign by ...
0
votes
0answers
134 views

MDM Wiping and MDM Policy

Is there any API's Available to get the followings: Last Wipe Applied Date and then Last MDM Policy Update Date. Can any one suggest me how can i get that through code
0
votes
0answers
94 views

enable or disable non-market application from security settings android

Please give me an idea for enable or disable Unknown sources & make passwords visible from security settings via programming in android.
0
votes
0answers
115 views

Last Wipe Applied Date and MDM Policy Name in Android

I am working on android device policies, I need to get Last Wipe Applied Date and MDM Policy Name and MDM policy update date programatically. I am not able to find it so far.. I am not able understand ...
0
votes
0answers
331 views

Enrollment / Configuration Profile not getting installed on OTA

Enrollment / Configuration Profile not getting installed on OTA The profile installs properly if its installed via IPCU, But when I try to install it via OTA, I am getting the below error: Thu ...
0
votes
0answers
221 views

Lion Server 10.7.2 doesn't work with “update” of profile manager

After upgrading Lion to 10.7.2, I get an error after updating info on a device: "had pendingRemoteStoreQueryPairs but did not get remote results! (-1)" (The above is the error message in the ...
0
votes
0answers
854 views

Mac OS X Lion Server. Profile Manager from console. Automate iPad Unblocking

Is there any chance of control the Lion Server Profile Manager (actually web based) with console commands?? I need to automate a function that a user can perform through the Profile manager web, ...

1 2