View previous topic :: View next topic |
Author |
Message |
kaneda2112
Joined: 17 Aug 2009 Posts: 1
|
Posted: Mon Aug 17, 2009 6:16 am Post subject: Sending a daily log file |
|
|
How do I automate emailing a file with the following date format every day -
'Failed Attempts 2009-05-20.csv'
I'm relatively new to this sort of thing and this is on Windows, so it's not always that straightforward - at least not to me. Cisco's ACS doesn't have the facility for this and it's a requirement for our audit processes. This product looks like it could do this.
Any help or hints would be most helpful.
Matt |
|
Back to top |
|
 |
Robert Site Admin
Joined: 25 May 2006 Posts: 1140
|
Posted: Mon Aug 17, 2009 11:16 am Post subject: |
|
|
for the filename field use:
Failed Attempts $%DATE::YY-pp-dd%$.csv
make sure the spaces are correct and capitalization is correct. |
|
Back to top |
|
 |
|