From c748d103ec056756df636e8298777a2da63ed2c5 Mon Sep 17 00:00:00 2001 From: Erik Eckert Date: Thu, 14 Sep 2023 13:47:19 -0600 Subject: [PATCH 1/2] update readme Signed-off-by: Erik Eckert --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 931fad6..2e407e8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ # FileServerDedupe -File Server dedupe analysis - used for Egnyte Deployment 2023. \ No newline at end of file +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) + + From f252caa868bc43e84a32c43d51188ef9e64d2c0a Mon Sep 17 00:00:00 2001 From: Erik Eckert Date: Thu, 14 Sep 2023 13:49:40 -0600 Subject: [PATCH 2/2] add modules --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e407e8..7f0dcea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ File Server dedupe analysis - used for Egnyte Deployment 2023. -# Usage +## Usage #### Normal Usage Get-ProjectFolders @@ -11,7 +11,7 @@ File Server dedupe analysis - used for Egnyte Deployment 2023. Get-ProjectFolders -Refresh -# Outputs +## Outputs This process will generate Excel Output containing the following @@ -21,3 +21,8 @@ This process will generate Excel Output containing the following 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