add modules
This commit is contained in:
parent
c748d103ec
commit
f252caa868
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
File Server dedupe analysis - used for Egnyte Deployment 2023.
|
File Server dedupe analysis - used for Egnyte Deployment 2023.
|
||||||
|
|
||||||
# Usage
|
## Usage
|
||||||
#### Normal Usage
|
#### Normal Usage
|
||||||
|
|
||||||
Get-ProjectFolders
|
Get-ProjectFolders
|
||||||
@ -11,7 +11,7 @@ File Server dedupe analysis - used for Egnyte Deployment 2023.
|
|||||||
|
|
||||||
Get-ProjectFolders -Refresh
|
Get-ProjectFolders -Refresh
|
||||||
|
|
||||||
# Outputs
|
## Outputs
|
||||||
|
|
||||||
This process will generate Excel Output containing the following
|
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)
|
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