Skip to content

Find-FalconDuplicate: exporting and hiding duplicates #118

Answered by bk-cs
f1r3walled asked this question in Q&A
Discussion options

You must be logged in to vote

v2.1.5 hasn't been released, and is currently under development. I recommend staying with v2.1.4 until v2.1.5 is officially released.

To make sure you have no versions other than the latest official release, you can delete that 2.1.5 folder that you created and do the following:

Uninstall-Module -Name PSFalcon -AllVersions
Install-Module -Name PSFalcon -Scope CurrentUser

The script example has mostly been replaced by functionality native to Find-FalconDuplicate. If you'd like produce a spreadsheet of potential duplicates, you can run this:

Find-FalconDuplicate | Export-Csv .\duplicates.csv

Once the list is produced, if you agree with the results, you can:

$Duplicates = (Import-Csv .\dup…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@bk-cs
Comment options

@mmaticnav
Comment options

@bk-cs
Comment options

@mmaticnav
Comment options

Answer selected by bk-cs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
3 participants
Converted from issue

This discussion was converted from issue #117 on October 05, 2021 19:32.