Job Management Partner 1/Software Distribution Description and Planning Guide
You can shut down a computer by executing the dmpshutd command on a client. By using the dmpshutd command with a Windows task, you can reduce power consumption by configuring the client to shut down at a specific time on specific days as a measure against the user forgetting to turn off the power.
This subsection describes how to shut down a client at 8:00 PM on Mondays through Fridays.
The following figure shows the general procedure for shutting down a client at a specific time on specific days.
Figure 4-11 General procedure for shutting down a client at a specific time on specific days
AT 20:00 /interactive /every:M,T,W,Th,F "C:\Program Files\Hitachi\NETMDMP\BIN\dmpshutd.exe" /USER,8 > C:\at.txt |
To cancel the shutdown setting, use the same procedure to remotely install a batch file with the following content on the client:
@echo off FOR /F "tokens=4" %%i in (C:\at.txt) do set atdel=%%i at %atdel% /DELETE exit |
When you cancel a shutdown setting, remote installation cannot be used to delete the batch file execution results (C:\at.txt in the above procedure). You must manually delete the file using a task registered on the client.
All Rights Reserved. Copyright (C) 2009, 2013, Hitachi, Ltd.
Copyright, patent, trademark, and other intellectual property rights related to the "TMEng.dll" file are owned exclusively by Trend Micro Incorporated.