Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

4990

May 9th, 2018 00:00

Execute Powershell / BAT / Exe to all Clients as Admin over Management Suite / NonDomain Clients

Dear Community 

We try to Upgrade the Teamviewer Version 9 to 13. In this process first you need to install the Teamviewer 13 on the ThinClient, that's no problem. 

After that you have to run a Teamviewer_Assignment.exe Tool to import all the new clients to your Companys Account.

How can you manage to run for example the Teamviewer_Assignment.exe with some special Parameters on all Clients with Admin Rights, because all of the Clients have to come in the Teamviewers Company Account to make Rules for the Client over the Teamviewer Management Site.

The Thin Clients are not joined to Domain thats why GPO doesent work.

thx for your Help

best Regards Donwurzel

5 Posts

May 9th, 2018 05:00

We solved it:

You can Install BAT Files over the Dell Wyse Management Suite (Apps)

Important info about the BAT files:

You have to insert "EXIT" at the end otherwise there is a loop

example:

@echo off

"Command to do"

EXIT

 

Best Regards

Donwurzel

September 22nd, 2018 11:00

Just make a batch script or powershell script to run your command.  Test against one client, if successful, dump the script into thinClientApps folder.  Then deploy.  I believe application polices are all run against a privileged account.

No Events found!

Top