Merge branch 'main' of https://git.mpe.ca/IT/FileServerDedupe
This commit is contained in:
commit
2234bd9bce
25
README.md
25
README.md
@ -1,3 +1,28 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user