Commands for device management
[Scout] commands for device management are applied to an OU, an individual device or a list of devices.They can be applied at once or scheduled to be run once or periodically.
General options for [Scout] commands
| Scheduling Options |
|
SchedulerSettings/
|
-now |
Command is executed at once |
| -once -at DateTime |
Command is executed at once at the time specified |
| -every {-day Day, -sun,-mon, -tue, -wed, -thu, -fri, -sat} -at Time |
Command is executed periodically in the time period specified |
| The following date and time formats are allowed |
|
| Date |
dd.mm.[yy]yy, mm-dd-[yy]yy |
| Time |
hh:mm[:ss] |
| Day |
Example: With 15, the 15th of the month is meant. |
Example of a periodically recurring command:
[scmd -sendmsg -msg “Hello” -to /TestOU -every -mon -day 1 15 -at 9:00]
The message is sent every Monday and at the 1st and 15th of every month at 9:00.
| Destination options |
|
| -to [FQName] |
For [FQName], the following options are available |
| |
- Fully-qualified name of an OU or device
|
| |
Example: [DE/Karlsruhe/KA1] |
| |
- MAC address of one device
|
| |
Example: [00E0C5422A2E] |
| |
Specify also the [-mac] parameter! |
| |
- Text file containing multiple MAC addresses (one MAC address per line)
|
| |
Example: [devices_xy.txt] |
| |
Specify also the [-list] parameter! |
| -subous |
If you specify an OU as destination ([-to]), the subordinated OUs are included. |
| -mac |
Use this parameter if you specify a MAC address as destination ([-to]). |
| -list |
Use this parameter if you specify a device list (text file) as destination ([-to]). |
Send messages
- Run the program with the following syntax:
scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -sendmsg -msg Message [-title Title] -to FQName [-subous] [-mac] [-list] [-visible Seconds] [-deviceswait Milliseconds]SchedulerSettings
| Option |
Description |
| -user |
Required for logon to server |
| -password |
|
| -domain |
|
| -sendmsg |
Send message command |
| -title |
Text for the message title |
| -msg |
Message text |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
| -visible |
Specify a timeout (in seconds) after that the message will be closed. |
| -deviceswait |
Delay (in milliseconds) after execution if more than one device is affected |
Restart devices
- Run the program with the following syntax:
scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -reboot -to FQName [-subous] [-mac] [-list] [-informuser [-informtime Seconds]] [-cancancel] [-deviceswait Milliseconds] SchedulerSettings
| Option |
Description |
| -reboot |
Restart device command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
| -deviceswait |
Delay (in milliseconds) after execution if more than one device is affected |
| -cancancel |
Users are allowed to cancel the command. |
Switch off devices
- Run the program with the following syntax:
scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -switchoff -to FQName [-subous] [-mac] [-list] [-informuser [-informtime Seconds]] [-cancancel] [-deviceswait Milliseconds]SchedulerSettings
| Option |
Description |
| -switchoff |
Switch off command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
| -informuser |
Inform users by message before execution [for the specified time period] |
| -cancancel |
Users are allowed to cancel the command. |
Switch on devices[1[[ ]from Scout 15 2209]]
- Run the program with the following syntax:
scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -switchon -to FQName [-mac] [-list] SchedulerSettings
| Option |
Description |
| -switchon |
Switch on command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
- Run the program with the following syntax:
| scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -update -to FQName [-subous] [-mac] [-list] [-format] [-informuser [-informtime Seconds]] [-cancancel] [-deviceswait Milliseconds] (-now |
-once at Date Time) |
| Option |
Description |
| -update |
Update command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
| -format |
Before installation, the system partition of the devices will be formatted. |
| -informuser |
Inform users by message before execution [for the specified time period] |
| -cancancel |
Users are allowed to cancel the command. |
| -now , -once at |
Specify the time of execution. A periodic execution is not possible. |
Deliver software
Run the program with the following syntax:
| scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -delivery -to FQName [-subous] [-mac] [-list] [-clean] [-informuser [-informtime Seconds]] [-cancancel] [-deviceswait Milliseconds] (-now |
-once at Date Time) |
| Option |
Description |
| -delivery |
Delivery command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
| -clean |
Before delivery, the update partition of the devices will be formatted. |
| -informuser |
Inform users by message before execution [for the specified time period] |
| -cancancel |
Users are allowed to cancel the command. |
| -now, -once at |
Specify the time of execution. A periodic execution is not possible. |
Run the program with the following syntax:
scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -configrun -to FQNameSchedulerSettings
| Option |
Description |
| -configrun |
Configuration command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
Refresh the device status
Run the program with the following syntax:
scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -refreshdevicestatus -to FQName [-subous] SchedulerSettings
| Option |
Description |
| -refreshdevicestatus |
Refresh device status command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
Reset to factory status
Run the program with the following syntax:
| scmd -u[ser] Username -p[assword] Password [-d[omain] Domain] -factoryreset -to FQName [-subous] [-mac] [-list] [-retainlocalconfig] [-removescoutaddress] [-removelicenses] [-informuser [-informtime Seconds]] [-cancancel] [-deviceswait Milliseconds] (-now |
-once at Date Time) |
| Option |
Description |
| -factoryreset |
Remote factory reset command |
| -to |
OU/device, MAC address or text file with multiple MAC addresses (see above) |
| -retainlocalconfig |
Retain local user-defined device configuration in unlocked fields |
| -removescoutaddress |
Delete Scout Server address on the device |
| -removelicenses |
Additionally delete client-side stored license information |
| -informuser |
Inform users by message before execution [for the specified time period] |
| -cancancel |
Users are allowed to cancel the command. |
| -now , -once at |
Specify the time of execution. A periodic execution is not possible. |
The official version of this product documentation is in English. Any non-English version is solely provided for your convenience and may include machine-translated content. For more information, please refer to the Machine Translation Disclaimer on Cloud Software Group home.
DIESER DIENST KANN ÜBERSETZUNGEN ENTHALTEN, DIE VON GOOGLE BEREITGESTELLT WERDEN. GOOGLE LEHNT JEDE AUSDRÜCKLICHE ODER STILLSCHWEIGENDE GEWÄHRLEISTUNG IN BEZUG AUF DIE ÜBERSETZUNGEN AB, EINSCHLIESSLICH JEGLICHER GEWÄHRLEISTUNG DER GENAUIGKEIT, ZUVERLÄSSIGKEIT UND JEGLICHER STILLSCHWEIGENDEN GEWÄHRLEISTUNG DER MARKTGÄNGIGKEIT, DER EIGNUNG FÜR EINEN BESTIMMTEN ZWECK UND DER NICHTVERLETZUNG VON RECHTEN DRITTER.
CE SERVICE PEUT CONTENIR DES TRADUCTIONS FOURNIES PAR GOOGLE. GOOGLE EXCLUT TOUTE GARANTIE RELATIVE AUX TRADUCTIONS, EXPRESSE OU IMPLICITE, Y COMPRIS TOUTE GARANTIE D'EXACTITUDE, DE FIABILITÉ ET TOUTE GARANTIE IMPLICITE DE QUALITÉ MARCHANDE, D'ADÉQUATION À UN USAGE PARTICULIER ET D'ABSENCE DE CONTREFAÇON.
ESTE SERVICIO PUEDE CONTENER TRADUCCIONES CON TECNOLOGÍA DE GOOGLE. GOOGLE RENUNCIA A TODAS LAS GARANTÍAS RELACIONADAS CON LAS TRADUCCIONES, TANTO IMPLÍCITAS COMO EXPLÍCITAS, INCLUIDAS LAS GARANTÍAS DE EXACTITUD, FIABILIDAD Y OTRAS GARANTÍAS IMPLÍCITAS DE COMERCIABILIDAD, IDONEIDAD PARA UN FIN EN PARTICULAR Y AUSENCIA DE INFRACCIÓN DE DERECHOS.
本服务可能包含由 Google 提供技术支持的翻译。Google 对这些翻译内容不做任何明示或暗示的保证,包括对准确性、可靠性的任何保证以及对适销性、特定用途的适用性和非侵权性的任何暗示保证。
このサービスには、Google が提供する翻訳が含まれている可能性があります。Google は翻訳について、明示的か黙示的かを問わず、精度と信頼性に関するあらゆる保証、および商品性、特定目的への適合性、第三者の権利を侵害しないことに関するあらゆる黙示的保証を含め、一切保証しません。
ESTE SERVIÇO PODE CONTER TRADUÇÕES FORNECIDAS PELO GOOGLE. O GOOGLE SE EXIME DE TODAS AS GARANTIAS RELACIONADAS COM AS TRADUÇÕES, EXPRESSAS OU IMPLÍCITAS, INCLUINDO QUALQUER GARANTIA DE PRECISÃO, CONFIABILIDADE E QUALQUER GARANTIA IMPLÍCITA DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UM PROPÓSITO ESPECÍFICO E NÃO INFRAÇÃO.