Hello All,
I have a script to export logs (from Log Analyzer) daily from the database using the Get-SwisData command from the SwissPowerShell module. I have already made my script export logs in batches of 1 hour to keep the size of the individual export file from being too large. Certain hours of the day we must capture larger amounts of logs than others, as the command sometimes timesout with "Get-SwisData : Execution Timeout Expired"
Is there any parameter that would let me increase the timeout value?
Thanks.