Intel® Business Client Software Development
Support for Intel® vPro™ software development and technologies associated with Intel vPro platforms.

Intel AMT Batch file report

Richard_S_8
Beginner
791 Views

Hello there,

 

We are using AMT to power up, power down machines and we are doing this through a script.

 

RemoteControl -hostname 10.x.x.x -user *** -pass **** -PowerUp

"AMT commands test.bat" >"C:\log\AMT commands tests.log"

 

Obviously this isn't the proper script as I've had to anoymise it for obvious reasons.

When I see the output of this log I get this;

 

​C:\Users\administrator\Desktop\Wake on Lan Batch files\AMT Power on Commands\Test Scripts>RemoteControl -hostname 10.x.x.x -user *** -pass **** -PowerUp 

Intel(R) AMT Remote Power Control Utility 1.0.9058.1
[Intel(R) Active Management Technology]
Copyright (C) 2008 Intel Corporation. All rights reserved.

 

 

This works but I'd much rather be able to have a log which only displays errors rather than everything. Is there a simple way of doing this?

 

0 Kudos
1 Reply
Colleen_C_Intel
Employee
791 Views

you could try standard cmd.exe redirects of "2>"  like  test.bat > testlog.txt 2> testerrors.txt
(courtesy of http://www.robvanderwoude.com/battech_redirection.php)

0 Kudos
Reply