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:
my response is:
however, when i add
Is there a way to save the actually output from the remote application to the log file? asked 24 Jan '13, 11:01 jj8telk |
I'm not sure if this will work, but give it a try: paexec \SERVER -u username -p password -h cscript C:\windows\system32\Printing_Admin_Scriptsen-USprnmngr.vbs -l > out.txt Hopefully you'll find the output you want in output.txt answered 24 Jan '13, 16:26 Doug ♦♦ |