Skip to content

Remove duplicates not working? #235

Answered by bk-cs
lsmithg12 asked this question in Q&A
Sep 12, 2022 · 2 comments · 4 replies
Discussion options

You must be logged in to vote

Can you elaborate on what steps you're following? Script content, commands run, etc.

The general process looks something like this:

# Export duplicates into a CSV
Find-FalconDuplicate | Export-Csv .\possible_duplicates.csv
# If the CSV looks valid, import results and hide them
Import-Csv .\possible_duplicates.csv | Invoke-FalconHostAction -Name hide_host

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@lsmithg12
Comment options

@bk-cs
Comment options

@lsmithg12
Comment options

Answer selected by lsmithg12
Comment options

You must be logged in to vote
1 reply
@bk-cs
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants