1.) Gather your files in one folder with same name. Example (domain.cer, domain.key) 2.)From CMD go to the folder and type: certutil -MergePFX domain.cer domain.key
Windows 10 Mac Address as a Custom Attribute in VMware Workspace One UEM
This steps below describe how to setup Windows 10 Mac Address as a custom attribute in VMware Workspace One. Such settings are required for exemple when leveraging Certificate template and require the Mac Address. Creating the Files to push down: Add MAC Address in registry (Powershell script) $MyMacAddress=(Get-WmiObject Win32_NetworkAdapterConfiguration | where {$_.ipenabled -EQ $true}).Macaddress |... Continue Reading →
Enforce an application to always run on MacOS
This article explains 2 different methods in order to keep an Application running on MacOS Script Code: #!/bin/bash application_name="Notes" osascript -e "do shell script \" if ! (ps aux | grep $application_name | grep -v grep > /dev/null) then Open -a $application_name fi \" with administrator privileges" Custom Attribute Method... Continue Reading →
Over-the-air Migration from SOTI to Workspace ONE UEM
For Windows Mobile legacy device (Windows Rugged) 1 Over-the-air Migration from SOTI to Workspace One UEM 1.1 Migrating your Windows Mobile legacy devices. 1.1.1 Introduction ACME PTY require to migrate their X scanners from their SOTI legacy tenant running Mobicontrol to their VMware Workspace One UEM Platform in order to decommission the Legacy SOTI tenant... Continue Reading →
How to block Firmware updates on your Samsung Devices with Workspace One
This article is going to describe how to "Block" OS upgrades on Samsung devices using Workspace One UEM wherever your device are Android Enterprise or Device Admin. In order to do so, we will need to Blacklist the application process which are responsible to process the Device Firmware upgrade. 1.) Building an App Groups containing... Continue Reading →
Manage your Internal Apps Permissions on Android Enterprise Work Managed Device
When managing an Android Enterprise work managed device, you may want to deploy internal applications (called side-loaded) onto your devices. One of the challenges with internal apps is the possibility to grant permissions of the app on behalf of the user. In order to do so, you will need to prepare the Android code with... Continue Reading →
VMware Workspace One Custom Attributes Importing
In this video I'm demoing live how to create a custom attribute and how to inject data to it to be able to perform a device research depending on its value. https://www.youtube.com/watch?v=bN5aPYcZrs8&feature=youtu.be
Android Enterprise: Leave all system apps when enrolling devices into Workspace One using QR Method
If you are enrolling any rugged devices (Honeywell, Zebra, Panasonic etc) using Android Enterprise in Workspace One through the QR method then you will need to manually generate your own QR Code using an online QR Code Generator in order to get the option to enable the System Apps. 1.) Prepare your JSON code below.... Continue Reading →
Zebra and Android Battery Management Metrics in Workspace One Console
Battery Health in Power Status and Battery health in Zebra Battery Information are totally independent. The Power status come from the Android API and Zebra Battery Information come from the Zebra unique API. Here is the Value type you get from The Android Power status Battery health: https://developer.android.com/reference/android/os/BatteryManager#summary Here is the Value Type for the... Continue Reading →
Setup your AirWatch Relay server for Workspace One (Windows IIS FTP Passive mode)
Setup FTP Passive in your Windows Environment Installing FTP Server In Windows Server Manager go to Dashboard and run Manage > Add Roles and Features. In Add Roles and Features wizard: Proceed to Installation Type step and confirm Role-based or feature-based installation. Proceed to Server Roles step and check Web Server (IIS) role. Note that it is checked already, if you had IIS installed as a Web Server previously.... Continue Reading →