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 →

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 →

Blog at WordPress.com.

Up ↑