Community - SOTI MobiControl

Community - SOTI MobiControl

There's a new home for Articles. Find Articles on Our Product Support Page.

SOTI MobiControl Discussions


  • 0 votes 5 answers

    Assigned Access: Configurations

    Am I able to set up custom Windows classic applications on a Windows 10 laptop? If so, how would I set one up correctly?

    Windows
    5 years ago
  • 0 votes 26 answers

    Windows 10 Device Enrollment

    Hello, I am receiving the following error when trying to enroll a Windows 10 device into our test MobiControl environement What should I do? MDM Enroll: Server Returned Fault/Code/Subcode/Value=(a:InternalServiceFault) Fault/Reason/Text=(The server was unable to process the request due to an internal error.  For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.).

    Windows
    6 years ago
  • 0 votes 3 answers

    Device Renaming with PowerShell API

    I have been reading through these forums and finding a lot of help regarding API request. So far I'm able to request my API token via PS and use it for device management!   I'm fairly new to using API calls in PS and I can't seem to get around renaming a device.  I' almost certain the issue is with how I'm using the -Body portion of the PS code.  Here is what I have so far: #ALLOWS USER INPUT OF DEVICE NAME [void][Reflection.Assembly]::LoadWithPartialName('Microsoft.VisualBasic') $title = 'Device Rename'$msg = 'Enter New Device Name:'$Input = [Microsoft.VisualBasic.Interaction]::InputBox($msg, $title) $Header2 = @{}$Header2["Authorization"] = "Bearer " + $Token try{$response2 = Invoke-restmethod -ContentType "application/json" -Uri https://$MCFQDN/mobicontrol/api/devices/$DevID/actions -Method POST -Headers $Header2 -Body {\"Action\": \"Rename\",\"Name\" : \"$Input\"} }catch{$($_.Exception.Message)} As stated, I think the -Body section is where I'm failing, not sure how to convert the curl request to a body in PowerShell. Greatly appreciate any help!

    Windows
    6 years ago
  • 0 votes 4 answers

    Antivirus Exclusions for Mobicontrol Server

    Is there an official list of exclusions for processes/files/folders that should be added to AV software for the Mobicontrol server?

    Windows
    6 years ago
  • 0 votes 5 answers

    Unable to run "Uninstall.bat" File to remove agent and unenroll device Solved Locked

    I can't seem to successfully execute the Uninstall.bat file from the MobiControl folder. I receive this error message: Any help is greatly appreciated! 

    Windows
    6 years ago
  • 0 votes 7 answers

    Best Method for installing Windows Applications as Administrator

    I am needing to install an application on a series of Windows 10 devices. All my devices are enrolled using Windows Desktop enrollment. The installer needs to be ran as administrator in order to run properly. We are finding that when we push the package to our test devices, the application gets installed using standard user permissions and thus does not install correctly. We have attempted marking the installer to require administrator as well as creating a shortcut with run as administrator marked for the package to execute instead. What would be the best method to forcing a package to run as administrator on our Windows devices?

    Windows
    6 years ago
  • 0 votes 4 answers

    Migrate Windows Classic to Windows Modern

    I'm having trouble enrolling device into Windows Modern via bulk certificate enrollment. I have successfully created my client and root certificates and applied them to the Windows provisioning package with Windows Configuration Designer. From here I was able to successfully join a freshly imaged device to the Windows Modern environment. The issue I'm facing is enrolling a device that I already have enrolled in Windows Classic. When I install the provisioning package the device is created in my target folder for Windows Modern displaying as Offline and the original Windows Classic device remains and stays online as if nothing changed. So now I have 2 of the same devices showing, where I would think the Windows Modern Provisioning would overwrite the Windows Classic and retain the same device name.

    Windows
    6 years ago
  • 0 votes 3 answers

    Windows Mobile - Telnet - How to hide the top taskbar?

    All, I am quite new to SOTI as a whole and i have set up the device using look up files but i cannot figure out how to hide the top taskbar. End users will of course enter this menu and select options. any help is appreciated on this, As you can see, top grey bar.

    Windows
    6 years ago
  • 0 votes 8 answers

    Mobicontrol install Windows Mobile 6.x

    Trying to build a device agent for a windows mobile 6 device and when i look in the  manager it doesnt allow a cab file to be downloaded anympre.. as well as when i look in the help it states that .exe is not supported in windows mobile 5 and 6.. what can be done here?

    SOTI MobiControl
    6 years ago
  • 0 votes 1 answer

    Microsoft Surface pro enrollment on soti MDM 13.4

    Dear Team , My MDM servers are behind firewall. and only port 5494 is exposed to devices . till now we are using only android devices . i want to enroll Microsoft Surface pro(windows device ). can any one help to know about pre request  regarding port and connectivity . and steps for enrolment . thanks

    Windows
    6 years ago
  • 0 votes 2 answers

    Quiet Installation Windows Modern

    hei i just enrolled my laptop (windows 10) and now i want to push app use Rule App Catalog.. i already made the Rule, and choose the msi file with command /quiet.. (i wish silent installation in my laptop).. but after assign the rule, the program (i test with Opera program) status only "installing" and it never change to installed.. Anyone facing the same problem?

    Windows
    6 years ago
  • 0 votes 2 answers

    Can't change app logo on Android KitKat and WIndows CE 6 Device Solved

    Hi, I'm trying to change the Logo of an app in the lockdown screen but it always stays as the default.  I've tried changing the file to .jpg, .png, and .ico but none of them work. I've made sure that the file is under 1MB and it's only 40px x 40px. Anyone know why the logo wouldn't be changing?  (Also, this isn't my application so I can't edit the programs files to change the default logo) Thank you Joe

    SOTI MobiControl
    7 years ago
  • 0 votes 2 answers

    VM3 Honeywell - Windows 10 ( 64bit )

    Hi , I'm unable to enable sync settings for this VM3 Honeywell Device which is running on OS Windows Enterprise 64bit , the reason i wanted to enable this function because advised by one of the technical team from SOTI where i'm not able to send packages ( I/O error ) This unit enrolled in Windows classic , but the packages successfully deploy whenever we restart the SQL / MS / DS services in MobiControl server. Thanks/Regards , Sharron

    Windows
    7 years ago
  • 0 votes 3 answers

    Lockdown run in background for Windows Classic Error

    Hi guys , Lockdown starts but only in the background (taskmanager) but doesn't open the window. The application in Mobisys. I sent this script : writeprivateprofstring kiosk ShowAllWindows 1  But still same..any suggestion please?

    Windows
    7 years ago
  • 0 votes 1 answer

    Script to reboot Windows 10 (Modern) laptop not working

    We had a script that we pushed to laptops to reboot them working fine in MC13.  The script stopped working when we upgraded to MC14.  We are now at the latest MC14 version and we can't get it to work.  Does anyone have any ideas?  This is very important to us because it returns the laptop to the state where a smartcard and PIN is needed to access the latop's contents.  Thanks!

    Windows
    8 years ago

Top 3 Contributors of The Week

View All

Earn Contributor Badge

More info
  • Diamond
    Diamond New

    Top-tier experts who are delivering outstanding content. Should have more than 7000 points.

  • Platinum
    Platinum

    Experts who are consistent with great content. Should have more than 1000 points.

  • Gold
    Gold

    Highly experienced members with valuable inputs. Should have more than 700 points.

  • Silver
    Silver

    Beginners taking the initiative. Should have more than 500 points.

  • Bronze
    Bronze New

    New contributors starting their journey. Should have more than 250 points.