![FARONICS DEEP FREEZE ENTERPRISE Скачать руководство пользователя страница 101](http://html1.mh-extra.com/html/faronics/deep-freeze-enterprise/deep-freeze-enterprise_manual_3525785101.webp)
|
101
Deep Freeze Enterprise User Guide
Appendix E
Deep Freeze Action Files - RDC Example
Deep Freeze Action Files
A Deep Freeze Action File is an XML file that allows administrators to define additional
functionality into the Deep Freeze Enterprise Console. An Action File defines a method for calling
an external batch file and passing some information (for example, machine IP addresses,
computer names) to the batch file or script. Action Files simply call an external program or script.
Therefore, any scripting language that can be called from the command line can be used.
Action File Example
The structure of the Deep Freeze Action file that we will be using is shown below. The
DFEntConsoleCustomActions.xml
is available at
C:\Program Files\Faronics\Deep Freeze 65
Enterprise
. The file can be edited to add additional actions like the one explained below:
<?xml version="1.0" encoding="UTF-8"?>
<!--Deep Freeze Default Custom Action file-->
<CUSTOMDEFINEDACTIONS>
<ACTION1>
<CAPTION>
<ENGLISH>Control with RDC</ENGLISH>
<GERMAN>Control with RDC German</GERMAN>
<JAPANESE>Control with RDC Japanese</JAPANESE>
<SPANISH>Control with RDC Spanish</SPANISH>
<FRENCH>Control with RDC French</FRENCH>
</CAPTION>
<FILEMENU>Y</FILEMENU>
<POPUPMENU>Y</POPUPMENU>
<SILENT>Y</SILENT>
<SUBITEMS/>
<PARAMS/>
<SYNC/>
<LOG/>
<EXECUTE>C:\Windows\system32\mstsc.exe /v:%%WKSNAME%% /f</EXECUTE>
<WORKDIR>C:\Windows\system32\</WORKDIR>
In the above example, the custom action file contains the command for running Remote Desktop
on the Console computer and connect the remote computer specified in the parameter
%%WKSNAME%%.
The
DFEntConsoleCustomActions.xml
file contains 3 samples:
•
Control with RDC
•
Remote Execution
•
Push and Install MSI file
The XML file will successfully execute only if the parameters in <> and </> are in
UPPERCASE.
Содержание DEEP FREEZE ENTERPRISE
Страница 1: ...Deep Freeze Enterprise User Guide 1...
Страница 6: ...Deep Freeze Enterprise User Guide 6 Contents...
Страница 10: ...Deep Freeze Enterprise User Guide 10 Preface...
Страница 14: ...Deep Freeze Enterprise User Guide 14 Introduction...
Страница 22: ...Deep Freeze Enterprise User Guide 22 Installing Deep Freeze...
Страница 84: ...Deep Freeze Enterprise User Guide 84 Managing Deep Freeze Computers...
Страница 90: ...Deep Freeze Enterprise User Guide 90 Appendix A Ports and Protocols...
Страница 96: ...Deep Freeze Enterprise User Guide 96 Appendix B Network Examples...