File Server dedupe analysis - used for Egnyte Deployment 2023.
Go to file
2023-10-03 13:31:08 -06:00
ArchivedCode archived old code 2023-09-14 12:09:24 -06:00
DuplicatePairing.sql automate entire flow 2023-09-14 12:06:31 -06:00
Generate Egnyte Export-old.sql New strategy...dropping to Folder Level 2023-10-02 16:06:05 -06:00
Generate Egnyte Export.sql create new table 2023-10-03 13:11:01 -06:00
GenTables.sql adjust logic 2023-09-15 16:19:24 -06:00
Get-ProjectFolders.ps1 update Regex for fodler detection. 2023-10-03 13:31:08 -06:00
README.md add modules 2023-09-14 13:49:40 -06:00

FileServerDedupe

File Server dedupe analysis - used for Egnyte Deployment 2023.

Usage

Normal Usage

Get-ProjectFolders 

Refresh Entire Database

Get-ProjectFolders -Refresh

Outputs

This process will generate Excel Output containing the following

  1. MPE All Duplicates.xlsx - This file wil contain all Office BasedDuplicates
  2. Office Duplicates - All folders that are duplicated between office servers.
  3. Parent NON-Duplicates - All "Parent" paths that are entirely non-duplicated. (These can be migrated directly)
  4. Project NON-Duplicates - All projects NOT in the Parent folders that are not duplicated (These can be migrated directly)

Required Modules

Install-Module -Name PSSQLite

Install-Module -Name ImportExcel