Is there a way to have Mobicontrol prompt for device name on enrollment? (Android devices)

D
darkstar107
DynaLIFE Dx

When I enroll a device into Mobicontrol, is there a way to have it prompt for the device name to use?  

7 years ago
Android
ANSWERS
EG
Edgar Gomez
7 years ago

Hello

Thast's only available for Windows Mobile/CE devices. You may rename devices afterwards with a custom attribute via script :

devrename %CustomAttr:Name%

(Name is the custom attribute)

MD
Matt Dermody Diamond Contributor
7 years ago

Is there a comparable Macro for Custom Data instead of using a Custom Attribute?

EG
Edgar Gomez
7 years ago

Hello Matt

The macro for Custom Data

%MCCustomData:NAME%

MD
Matt Dermody Diamond Contributor
7 years ago

That works great, thanks!!