2023-09-14 10:50:00 -06:00
|
|
|
# FileServerDedupe
|
|
|
|
|
2023-09-14 13:47:19 -06:00
|
|
|
File Server dedupe analysis - used for Egnyte Deployment 2023.
|
|
|
|
|
2023-09-14 13:49:40 -06:00
|
|
|
## Usage
|
2023-09-14 13:47:19 -06:00
|
|
|
#### Normal Usage
|
|
|
|
|
|
|
|
Get-ProjectFolders
|
|
|
|
|
|
|
|
#### Refresh Entire Database
|
|
|
|
|
|
|
|
Get-ProjectFolders -Refresh
|
|
|
|
|
2023-09-14 13:49:40 -06:00
|
|
|
## Outputs
|
2023-09-14 13:47:19 -06:00
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
|
|
|
2023-09-14 13:49:40 -06:00
|
|
|
## Required Modules
|
|
|
|
|
|
|
|
Install-Module -Name PSSQLite
|
|
|
|
|
|
|
|
Install-Module -Name ImportExcel
|