- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mtmoore
Explorer
10-23-2014
08:53 AM
In Inputs.conf you can set an interval that a powershell script runs to collect data... but can you somehow set the forwarder to run the PS script at a certain time of the day, every day, to collect data? i.e. run once, every day at 12pm..
Any ideas?
Thanks,
Marcus
1 Solution
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

halr9000
Motivator
10-23-2014
04:05 PM
I would use the PowerShell add-on with its cron format, which does allow time of day scheduling.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

halr9000
Motivator
10-23-2014
04:05 PM
I would use the PowerShell add-on with its cron format, which does allow time of day scheduling.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
mtmoore
Explorer
10-24-2014
09:34 AM
Thankyou very much, will look into this.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
linu1988
Champion
10-24-2014
09:38 AM
not that we can't set without the powershell addon. In interval we can specify a valid cron schedule for any input type.
interval= 0 12 * * *
