There's a new home for Articles. Find Articles on Our Product Support Page.
We're trying to enable the serial port power on a Zebra VC8300. We have created the XML file (contents below) and applied it to the device through Mobicontrol. The file gets placed on the terminal without issue but mxconfig gives an error with no further info when trying to run it. What could we be doing wrong?
Hello, I want to clear the cache of the google chrome and Soti Surf application at several times during the day which are not always at the same time, so I can't use scheduled tasks. I do not wish to use lockdown. Here are the commands: wipeapplication net.soti.surfwipeapplication com.android.chromestart net.soti.surf Is it possible to create an application with package studio or the user will be able to launch an application (APK) to launch this script? Thanks in advance for your feedback. Best regards
I would like to create a package for Windows Modern devices that will send some files over and then run a PowerShell .ps1 script. Is this possible? Is this the proper way to call a batch file using a script delivered via a package? c:\basys\Retread.Mfg.Client.Windows_1.37.4.0_Test\ActiveSetupConfiguration.bat It does not run on the target device
I need a script to change specific Etreprise Browser settings in CK65 devices. below the xml of one setting <?xml version="1.0" encoding="UTF-8"?> <ConfigDoc name="EnterpriseBrowser"> <Section name="Configuration"> <Key name="pref_key_show_maintenance_due_alerts">false</Key> </Section> </ConfigDoc>
I have some scripts I want to send out to a department of laptops to help configure a new VPN we'll be using. The first script enables Split Tunneling and the other adds and app trigger for mstsc.exe. Because of how busy the members of this department often are, I'd like to leverage MC to send these scripts to each laptop for me. However, even after adding a snippet to the beginning that should self-elevate the scripts if (-NOT ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole] "Administrator")) { $arguments = "& '" +$myinvocation.mycommand.definition + "'" Start-Process powershell -Verb runAs -ArgumentList $arguments Break } however, the logs always result in the error that the new VPN connection name cannot be found. Digging into the error, it seems most likely that this is due to the script not actually running as elevated. Has anyone successfully sent and executed a self-elevating Powershell script through Mobicontrol?
Hi, I have a number of managed legacy scripts (e.g. script1 and script2) Is it possible to call a number of these within a legacy script E,g, Send script script//:script1 script//:script2 (Sorry no idea of the possible syntax) Thanks Adam
Hi Soti, i found new scripts: request_appops_permission android.permission.SYSTEM_ALERT_WINDOW allow package-idinsideagent request_appops_permission android.permission.SYSTEM_ALERT_WINDOW allow package-id Is there something planned to extend this to other permissions like grant storage permission, call account, unrestricted use of mobile data, etc. etc. ? Or in general like following: request_appops_permission android.permission.PERMISSION allow package-id insideagent request_appops_permission android.permission.PERMISSION allow package-id ?
Hello, is it possible to grant an App the "Override Do Not Disturb" permission via script? Regards Timo
Hello Soti community , I need to enable the javascript for google chrome and for the moment i cannot find a way to do it via a profile or via script and if I m trying to do that manually directly on a CK65 scanner its showing up that the setting is enforced by your administrator.
Hello, How can i turn off auto brightness settings on Zebra TC26-21 and Samsung tablets with script? Thanks,
Hello all, we have imported configurations to the device on a number of Zebra TC52x using the Velocity file Assistant app (The app will sync/copy all the velocity configuration files from /sdcard/com.wavelink.velocity folder to /sdcard/Android/data/com.wavelink.velocity/files folder after starting velocity). Unfortunately, due to a change in the profile name, we are now seeing two profiles. Due to Android 11, we cannot simply delete the files via the file browser. In the Ivanti community we came across the following article:https://forums.ivanti.com/s/article/Android-11-Non-Android-enterprise-Method-to-deploy-files-from-MDM-using-Velocity-File-assistant-app?language=en_US Here it is shown that with the following intent the files/profiles can be deleted: Intent intent = new Intent(Intent.ACTION_VIEW); intent.setComponent(ComponentName.unflattenFromString("com.wavelink.velocityfileassistant/.FileUpdate")); intent.putExtra("com.wavelink.velocityfileassistant.extra.CLEAN", true); try { startActivity(intent); } catch (ActivityNotFoundException e) { // Velocity File Assistant was not found Unfortunately, this does not seem to be the correct syntax for MobiControl. Do any of you have an idea how the intent has to look exactly so that we can delete the profiles? We would be very grateful for any help! Kind Regards Keno
Hi! I know it has been discussed before but with how fast they add features in android, I was wondering if there is already the possibility of changing this name through a script or something similar
Hi Community considering that the option Script:// is not anymore available on LockDown. How is it possible to create LockDown shortcut to launch a script ?
Hi According to the release notes in 15.1.2 there has been added some new scripts but you did not specify what the scripts are. Could you please describe how to use these?
Good morning, I am needing to send an uninstall app script to about 500 devices who have the same profile assigned. This profile has an app apk package that I would like to uninstall using an uninstall script. Is there a way to send the script to the entire profile instead of selecting multiple devices and sending the devices the script? I do not want to get rid of the package itself, I want to uninstall the app from the devices and then assign a new version of the app via a package. I tried to package up and do a new version string, but the install is failing on my test devices saying "failed to install i/o error". so far the only way I can resolve this is by uninstalling the app first then pushing it out again.
Top-tier experts who are delivering outstanding content. Should have more than 7000 points.
Experts who are consistent with great content. Should have more than 1000 points.
Highly experienced members with valuable inputs. Should have more than 700 points.
Beginners taking the initiative. Should have more than 500 points.
New contributors starting their journey. Should have more than 250 points.