-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# SharePointFileShareMigrationAnalysis | ||
A tool to analyse shares for a migration to SharePoint | ||
A tool to analyse file shares for a migration to SharePoint Online. | ||
|
||
## Download | ||
See [releases](https://github.com/TVDKoni/SharePointFileShareMigrationAnalysis/releases) | ||
|
||
## Prerequisites | ||
* .Net Framework 4 | ||
|
||
## The tool checks for | ||
* Max path length | ||
* Not allowed file and directory names | ||
* Too big files | ||
* Files with 0 length | ||
|
||
## Usage | ||
Download the zip, unpack it, enter in the config file the shares to be checked and run | ||
|
||
## Output | ||
A csv with all the errors and a csv with the statistics |