Community - SOTI MobiControl

Community - SOTI MobiControl

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

Windows Discussions


  • 0 votes 3 answers

    Activate/deactivate windows update service with script on Windows modern device's. Solved

    HiI wish to activate/deactivate windows update service with script on Windows modern device's. It works fine to start or stop the update service sending the command "net start wuauserv" with PowerShell Native script.But it does not work to send "sc config wuauserv start=disable" to completely disable windows update. I can disable/enable windows update if I open a dos prompt on the device and type "sc config wuauserv start=disable" but i would like to send this command as a script in SOTI.Is this possible?

    Windows
    2 years ago
  • 0 votes 1 answer

    LDAP (On Prem AD) Set Up Question

    Hello, I would like do testing on windows modern testing for our laptops since we have had issues with the windows classic agent sometimes dying on us and we can't connect to user's laptops. Is there more documentation on setting up this up in the most secure way possible. Would our DC need to be put behind a firewall to allow LDAP connections for allowed users? Is there another LDAP service we can use?

    Windows
    2 years ago
  • 0 votes 3 answers

    Changing the default web browser in Windows Modern Lockdown kiosk?

    Hi, I cant solve this can anyone help? I am running SOTI to manage a Windows 10 terminal. I have the device locked using the Lockdown option as I need the end users to navigate to just a couple of specific URL's. This works fine until I open the item on the kiosk home screen and it wont load correctly. (See screen shots below) I have narrowed this down to it opening the URL with the default browser which is not correctly loading the website. How do I force the URL to be opened in a modern browser such as edge or chrome?  To confirm the website is active a we have no errors or issues connection outside of the SOTI kiosk / Lockdown config.

    Windows
    2 years ago
  • 0 votes 4 answers

    Disable Drive in Windows

    Hi team, can we disable drive access in windows, I have tried sending a script like this (reg add HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer /t REG_DWORD /v "NoViewOnDrive" /d 4 /f) via mobicontrol but it doesn't Work.

    Windows
    3 years ago
  • 0 votes 4 answers

    Enroll Windows 11 Home Solved

    How do you enroll Windows 11 Home in MobiControl, because I checked the Windows Classic rules, there is no option for Windows 11 Home?

    Windows
    3 years ago
  • 0 votes 2 answers

    Web Filtering

    Currently, a customer of ours is looking for tools for web filtering that record user activity, such as the operation log of what website the user opens, what application, and so on.  They want SOTI dashboard which can contains information on a list of categories such as : 1. users with the most certain web accesses2. users with the most access to certain applications3. export files (excel/csv) contain list number 1 and 2 for reporting purpose Is it possible to do it from SOTI ? Or anyone has succesfully integrated SOTI with some 3rd app application that can fulfill the requirement? Thanks

    Windows
    3 years ago
  • 0 votes 2 answers

    MobiControl Upgrade Failure HELP

    I am trying to upgrade an existing instance of MobiControl running version 13.4.0.4449 to the latest 15.6 version.  During the installation process I got a catastrophic error message during the installation and had to do a manual restore to get the services back up.  I'm including the portion of the logs that detail the error.  I can't find anything on getting past this. I ran the upgrade under and a domain admin account and used the sa account against the sql database which is SQL Express 2016 running the latest CU. [2023-05-26 12:07:01.689] DEBUG (4): DAC Message: Error SQL72014: .Net SqlClient Data Provider: Msg 4902, Level 16, State 1, Line 1 Cannot find the object "dbo.DevNote" because it does not exist or you do not have permissions.[2023-05-26 12:07:01.689] DEBUG (4): DAC Message: Error SQL72045: Script execution error.  The executed script:[2023-05-26 12:07:01.689] DEBUG (4): ALTER TABLE [dbo].[DevNote] DROP CONSTRAINT [DevInfo_DevNote_FK1];[2023-05-26 12:07:01.689] DEBUG (4): DAC Message: Message SQL0: An error occurred while the batch was being executed.[2023-05-26 12:07:01.689] DEBUG (4): DAC Progress: Faulted [2]: Updating database[2023-05-26 12:07:01.689] DEBUG (4): DAC Message: Message SQL73036: Updating database (Failed)[2023-05-26 12:07:01.689] DEBUG (4): DAC Progress: Faulted [2]: Deploying package to database[2023-05-26 12:07:01.689] DEBUG (4): DAC Progress: Faulted [2]: Registering metadata for database[2023-05-26 12:07:01.721] DEBUG (4): FAILURE: DACPAC has failed to deploy: Microsoft.SqlServer.Dac.DacServicesException: Could not deploy package.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column AzureTenantName in table [dbo].[AzureTenant] is currently  NVARCHAR (2083) NOT NULL but is being changed to  NVARCHAR (450) NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column Id in table [dbo].[Container] is currently  INT IDENTITY (1, 1) NOT NULL but is being changed to  TINYINT NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column Handle in table [dbo].[CryptoKey] is currently  NVARCHAR (250) NOT NULL but is being changed to  NVARCHAR (200) NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[DevContainerStatus] is currently  INT NOT NULL but is being changed to  TINYINT NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The column [dbo].[DeviceConfigSectionStatus].[Id] is being dropped, data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[DeviceConfigSectionStatus] is currently  INT NOT NULL but is being changed to  TINYINT NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72016: The column FilterExpression on table [dbo].[DeviceGroupVirtual] must be changed from NULL to NOT NULL. If the table contains data, the ALTER script may not work. To avoid this issue, you must add values to this column for all rows or mark it as allowing NULL values, or enable the generation of smart-defaults as a deployment option.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The column [dbo].[DeviceInstalledApp].[AppleVPPLicenseId] is being dropped, data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[DeviceInstalledApp] is currently  INT NOT NULL but is being changed to  TINYINT NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[DevicePackageStatus] is currently  INT NOT NULL but is being changed to  TINYINT NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[DevicePayloadStatus] is currently  INT NULL but is being changed to  TINYINT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[DevLicense] is currently  INT NULL but is being changed to  TINYINT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72016: The column EventCategoryId on table [dbo].[Events] must be changed from NULL to NOT NULL. If the table contains data, the ALTER script may not work. To avoid this issue, you must add values to this column for all rows or mark it as allowing NULL values, or enable the generation of smart-defaults as a deployment option.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column Name in table [dbo].[MobileNetworkCode] is currently  NVARCHAR (1000) NOT NULL but is being changed to  NVARCHAR (300) NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[Profile] is currently  INT NULL but is being changed to  TINYINT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column ContainerId in table [dbo].[WPDeviceInstalledAppExt] is currently  INT NOT NULL but is being changed to  TINYINT NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The type for column PackageFamilyName in table [dbo].[WPInventory] is currently  NVARCHAR (500) NOT NULL but is being changed to  NVARCHAR (450) NOT NULL. Data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Warning SQL72015: The column [dbo].[WPProductPackage].[MinOSVersionInt] is being dropped, data loss could occur.[2023-05-26 12:07:01.721] DEBUG (4): Error SQL72014: .Net SqlClient Data Provider: Msg 4902, Level 16, State 1, Line 1 Cannot find the object "dbo.DevNote" because it does not exist or you do not have permissions.[2023-05-26 12:07:01.721] DEBUG (4): Error SQL72045: Script execution error.  The executed script:

    Windows
    3 years ago
  • 0 votes 7 answers

    Why can't Mobicontrol read xml for Windows Custom Data fields

    I have critical application updates that depend on a config setting stored in an xml file.  The vendor generated xml file doesn't always store the needed field on the same line, and I am constantly having to create new custom data queries to avoid deploying to the wrong workstations.  

    Windows
    3 years ago
  • 0 votes 2 answers

    How to unenroll a Windows Modern device

    Is there a way to unenroll a Modern device from the MobiControl console?

    Windows
    3 years ago
  • 0 votes 2 answers

    Call a PowerShell script on Windows Modern devices

    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  

    Windows
    3 years ago
  • 0 votes 6 answers

    Possible to execute self-elevated Powershell scripts through MobiControl?

    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?

    Windows
    3 years ago
  • 0 votes 3 answers

    Windows Alert

    Hi all, Is there any feature on Windows & MacOS to alert user once there is hardware dismantle? Tried to explore it on Rule, unfortunately didn't find any alert that meet that requirement. Thanks, Randy

    Windows
    3 years ago
  • 0 votes 2 answers

    Windows Modern Updates

    Hi,  does anyone have an idea why the update history is so different on the computer versus shown in MC console? Actually console shows two more updates that are not shown on the computer and the majority is not listed. WNS is not configured btw. But should update the information anyway i guess? Just needs a reboot or few hours. The PC was left as it is for days before taking the screenshots.

    Windows
    3 years ago
  • 0 votes 4 answers

    Uninstall Application In windows Solved

    Hi, how do you uninstall an application on windows via soti mobicontrol?    

    Windows
    3 years ago
  • 0 votes 3 answers

    Lock Pinch Zoom on Windows tab

    Hi everyone,  I was wondering if we can disable pinch zoom on "Desktop Lockdown" in models please ? I tried all attributes in HTML and javascript doesn't work. If someone could help me it will be nice. Thank's you.

    Windows
    3 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.