Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initialize-HawkGlobalObject does not read parameter DaysToLookBack #120

Open
afisherintron opened this issue May 16, 2024 · 0 comments
Open
Labels
Bug Something isn't working

Comments

@afisherintron
Copy link

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:

  1. Run the Command Initialize-HawkGlobalObject with the Parameter -DaysToLookBack 30
    Initialize-HawkGlobalObject -DaysToLookBack 30
  2. The Script asks for First Day of Search Window
  3. The Script asks for Last Day of Search Window
  4. 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

@afisherintron afisherintron added the Bug Something isn't working label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant