- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page