There's a new home for Articles. Find Articles on Our Product Support Page.
When i trying to enter a specific device group, it aletr me the same error. How can i fix it?
Hello, I've been tasked with researching/implenting Windows 10 machines in our SOTI environement. I see in the choices for Windows machines that there are 2 different tabs - Windows Classic and Windows Modern. What are the differences between the two of these? Does one offer better ways to configure/manage above the other?
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!
This was working but now I'm unable to run a report. We have a cloud service and are using v13.4. I saw on an ealier thread that someone else had the same problem and it was an MS-SQL package issue. As we're using the cloud version we don't have access to the server in that way. Can anyone assist?
Is there an official list of exclusions for processes/files/folders that should be added to AV software for the Mobicontrol server?
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!
Hi forum I'm trying to move a VH10 from older SOTI MC server to the new server just installed. I tried to unistall existing agent then install the new one generated from new server. Installation of the new agent is ok but VH0 stays connected to the old server. I guess I have to do more than a simple uninstallation by deleting some files. Do you have any idea ? steve
Hello Guys, i have created a datacollection rule that collects the hostname of specific devices, the rule works fine ( i can view collected data under device tab) but when i select the rule name to show in the device dashboard i only get "unknown". Version is 14.44 Any advice what i need to check or should try out? Thanks in advance.
Hi All, I am trying to get a kiosk on Windows modern device. I have enrolled the device using an azure ad account. When I try to configure the kiosk I see kiosk and assigned configuration (2 options) The application I am trying to put into kiosk is google chrome browser. I have tried playing around but still have not managed to get the kiosk working. Anyone tried this before?
Any idea how to use webconsole to find all the virtual groups a given device belongs to? tia.
Hi. I deleted a group with one device in it. I cannot find the device...I assumed it would show in View All Devices. Any idea how I can find that device that was in that group? I don't have physical access to the device. tia.
In MobiControl web console, Devices... When you click on a device name you can find Custom Data at bottom of Device Details tab How's that different from the Collected Data tab (way to the right) ?
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?
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.