|
|
|
|
Testimonial:
|
|
| Ysgol Gyfun Rhydywaun is a school located in South Wales, UK with over 900 pupils. As network manager and IT teacher at the school, with very little spare time, I am constantly interrupted by pupils who have forgotten their password and require it to be reset. I had been looking for some time for a tool which would allow me to delegate the task of resetting passwords to other teachers. The result of... | | read more... |
|
|
|
|
Setting up the List services status action
- Set up the action to collect the service status information. From the actions bar, select action Services, List services status and drag and drop the action to the script section (lower left) area of the project window. The script action is automatically selected and the properties section (lower right of project window) shows all the properties of this action. You need to setup the properties of this action one-by-one. By double-clicking each of the properties, you can specify the value of the selected property.
- The most important properties of the List services status action are Computer and Services table. For Computer, specify the name of the variable created with previous action Set variable: %ComputerName%. The property Services table is by default configured as output variable %ServicesTable%. The green arrow shown with property Service table indicates that the value of the property is stored in an output variable. By double-clicking the property, you can setup the property.
 What happens when this action is executed: The UMRA software connects to the computer specified by %ComputerName% and collects the status of all of the services. The status information includes, the name of the service, the operational state of each service (running, stopped), type of service (automatic, manual, disabled) and so on. This information is stored as a table in variable %ServicesTable%. Note that the single variable will hold a table with multiple rows and columns. The variable is used in the other project.
| |