I want to save Windows > application logs to our network path. How can we do it from Bigfix?
You would write a script using wevtutil or powershell to dump it out.
If you need to move it to a share, there are a few basic ways: 1) Upload Manager 2) create a null share to Bigfix clients can copy to it 3) run your script as a service account that has credentials to the share.
3 Likes
Thank you for sharing this. I am trying to execute this
Another option could be to use Bigfix to create a scheduled task, running under a suitable account, to do the work