ndschedag Command Line
IT Asset Management
(Cloud)
Schedules are created on the central application server, and distributed to
inventory beacons from which they are retrieved by managed devices.
Managed devices then install the schedules, which are later read by the managed device's
scheduling component.
Tip: Listings of scheduled tasks are contextual to the
privileges of the credentials running the schedule query. To see a full list of scheduled
activities, be certain to choose the Run as administrator option
when starting the Windows command window. Even if you are already logged in using an
account that is an administrator on the computer, use this option, as Microsoft Windows by
default runs some commands with lower privilege levels.
Synopsis
Options:
-A
-e (non-Windows devices only)
-o tag = value
-x eventId (non-Windows devices only)
Type | Value | Description |
---|---|---|
-A |
Run all events of type Schedule Update in the installed
schedule. |
|
-e |
Non-Windows devices only. Display a list of all scheduled events and their next run time. | |
-o |
tag=value | Advanced parameter, recommended for use by experienced administrators only. Each
instance over-rides the specified preference for the schedule component. Each parameter
set at the command line must be accompanied by its own -o flag. Do not
repeat any individual tag within the command line. Possible tags are listed
below. |
-x |
eventId |
Available on non-Windows devices only. Run the specified event. To identify the eventId, open the file /var/opt/managesoft/scheduler/schedules/sched.nds with a text editor. Find the line that defines the relevant event in the file, and copy the eventId associated with the event. Paste the eventId on the command line. |
Command line example
The following command runs the event with the ID
{25ec6994-8f40-4985-bf4c-d57566c707c3}:
ndschedag -x "{25ec6994-8f40-4985-bf4c-d57566c707c3}"
Options
Possible tags for use with the
-o
options are:- Catchup
- DisablePeriod (Windows devices only)
- MachineScheduleDirectory
- ndsensNetType (Windows devices only)
- OnConnect (Windows devices only)
- ScheduleType (Windows devices only)
- Startup
- UIMode (Windows devices only)
- UserScheduleDirectory (Windows devices only)
IT Asset Management (Cloud)
Current