File Server dedupe analysis - used for Egnyte Deployment 2023.
|
||
---|---|---|
ArchivedCode | ||
DuplicatePairing.sql | ||
Generate Egnyte Export-old.sql | ||
Generate Egnyte Export.sql | ||
GenTables.sql | ||
Get-ProjectFolders.ps1 | ||
README.md |
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
- MPE All Duplicates.xlsx - This file wil contain all Office BasedDuplicates
- Office Duplicates - All folders that are duplicated between office servers.
- Parent NON-Duplicates - All "Parent" paths that are entirely non-duplicated. (These can be migrated directly)
- 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