Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TVDKoni committed Mar 7, 2018
1 parent c34a670 commit e8e1159
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
1 change: 0 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using System.Collections.Generic;
using System.IO;
using System.Runtime.InteropServices;
using Microsoft.Win32.SafeHandles;
using System.Threading.Tasks;

namespace SharePointFileShareMigrationAnalysis
Expand Down
20 changes: 19 additions & 1 deletion README.md
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

0 comments on commit e8e1159

Please sign in to comment.