This tool runs an assessment job. usage: axe JobFile /Timeout sec /NoPublish /PublishPath Directory /RemoveRestart /DisplayLog ...

This tool runs an assessment job.


usage: axe JobFile [/Timeout sec] [/NoPublish] [/PublishPath [Directory]] [/RemoveRestart]

                   [/DisplayLog [Axe ETL File]] [/NoWarnings] [/JobParameter Param=Value]

                   [/Pause]




JobFile

	Specifies path/filename of job file to run.  Required if no other parameters

	which perform an action are specified.


/Timeout sec

	Optional parameter specifies the amount of time in seconds to wait for another job to finish

	before exiting with and error.  The default is zero, meaning it will exit immediately if

	another job is running already.


/NoPublish

	Optional parameter specifies not to publish the results file which may be

	specified in the job file.


/PublishPath [Directory]

	Optional parameter specifies a path to a folder to publish the results

	file to.  This overrides the publish path specified in the job file.

	This parameter is ignored if combined with /NoPublish.


/DisplayLog [Axe ETL File]

	Optional parameter specifies the path to the Axe ETL file(s) to be displayed

	to the console.  The file name may contain wildcards.


/RemoveRestart

	Optional parameter specifies that an existing pending reboot job should be

	removed.  An error will be returned if no pending reboot job exists.  May be combined

	with a job file to execute after the pending job is removed.


/NoWarnings

	Optional parameter, if specified, will not prompt warning messages when running

	silently.


/Pause

	Optional parameter, if specified, causes the process to wait for a key to be pressed

	before it exits.


/JobParameter Param=Value

	Optional parameter, if specified, specifies a value to override a job parameter that

	may exist in the job manifest. May be used up to 100 times to specify multiple job

	parameters. If duplicate job parameter names appear, the last one is used.

	The /PublishPath option takes precedence over setting the "ResultPublishPath" job

	parameter with this option.