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
When we run the Start-HawkUserInvestigation command from a new context, it would be nice if we could send a list of the following variables:
-IAgreeToTheEula
-SkipUpdate
-DaysToLoopBack 90
-StartDate 90
-EndDate 0
-OutputFolder "C:\hawk"
To void multiple user interactions.
Describe the solution you'd like
I suggest adding a validation in the Start-HawkUserInvestigation.ps1 file and sending the parameters to Initialize-HawkGlobalObject, this function is already ready to receive most of the previous parameters.
ie.:
blade3
changed the title
Adding parameters to Start-HawkUserInvestigation, avoiding User interaction.
Adding parameters to Start-HawkUserInvestigation, avoiding user interactions.
Oct 5, 2023
Is your feature request related to a problem?
When we run the
Start-HawkUserInvestigation
command from a new context, it would be nice if we could send a list of the following variables:-IAgreeToTheEula
-SkipUpdate
-DaysToLoopBack 90
-StartDate 90
-EndDate 0
-OutputFolder "C:\hawk"
To void multiple user interactions.
Describe the solution you'd like
I suggest adding a validation in the
Start-HawkUserInvestigation.ps1
file and sending the parameters toInitialize-HawkGlobalObject
, this function is already ready to receive most of the previous parameters.ie.:
The text was updated successfully, but these errors were encountered: