You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
When feeding Parameters into the Initialize-HawkGlobalObject for setup prior to running Start-HawkTenantInvestigation, the parameter DaysToLookBack does not do anything
To Reproduce
Steps to reproduce the behavior:
Run the Command Initialize-HawkGlobalObject with the Parameter -DaysToLookBack 30 Initialize-HawkGlobalObject -DaysToLookBack 30
The Script asks for First Day of Search Window
The Script asks for Last Day of Search Window
The Script does not take into account the Parameter -DaysToLookBack
Expected behavior
A clear and concise description of what you expected to happen.
I expect the script to run through the initialization and run as though the end date is today and the start date is 30 days prior to today, without requesting input for First Day of Search Window or Last Day of Search Window
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
When feeding Parameters into the Initialize-HawkGlobalObject for setup prior to running Start-HawkTenantInvestigation, the parameter DaysToLookBack does not do anything
To Reproduce
Steps to reproduce the behavior:
Initialize-HawkGlobalObject -DaysToLookBack 30
Expected behavior
A clear and concise description of what you expected to happen.
I expect the script to run through the initialization and run as though the end date is today and the start date is 30 days prior to today, without requesting input for First Day of Search Window or Last Day of Search Window
The text was updated successfully, but these errors were encountered: