bwarren33
Posts: 2
Joined: 1/22/2010 Status: offline
|
Hi, I'm using a script where i'm piping a command to a text file on around 1000 pc's so for easy individual results i'm piping the command to %username%.txt in a batch file. This works without a problem if I run the command manually on a machine but when I put the command in to a Kace script i just get files generated called .txt instead of bob.txt, mary.txt, jim.txt etc I understand this is probably due to the command running as the local system account instead of the user logged in. Any idea on how I can get around this little problem? Thanks! Ben.
|