trouble logging output
hello. i was wondering if someone could help me out with this. i'm trying to get a list of printers from another server and it's returning everything ok. however, i want to save the results to a log file and it's not logging everything.
when running the following:
paexec \\SERVER -u username -p password -h cscript C:\windows\system32\Printing_Admin_Scripts\en-US\prnmngr.vbs -l
my response is:
> Microsoft (R) Windows Script Host<br />
> Version 5.8 Copyright (C) Microsoft Corporation. All rights reserved.<br />
> *LIST OF PRINTERS*
however, when i add `-lo logfile.text`, the output that is logged is the following:
> PAExec v1.17 - Execute Programs Remotely<br />
> Copyright (c) 2012 Power Admin LLC<br />
> www.poweradmin.com/PAExec<br />
> <br />
> <br />
> Connecting to SMI-STRPRNT...<br />
> Starting PAExec service on SMI-STRPRNT...<br />
> <br />
> cscript returned 0<br />
> <br />
> PAExec returning exit code 0<br />
Is there a way to save the actually output from the remote application to the log file?