mkarpisek / ospr

Office 365 Sharepoint File Reporting Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ospr

Build Status codecov Total alerts Language grade: Java

Office 365 Sharepoint File Reporting Tool

Getting Started

Prerequisites

Java 8

Build

Build code and package as one big uberjar:

mvn clean package

Run

Usage: java -jar ospr.jar [-hV] [--max-depth=MAX] -p=PASSWORD -u=USERNAME URL
Office 365 Sharepoint File Reporting Tool
      URL                   sharepoint site/library/folder/subfolder url, in format
                              'https://yourdomain.sharepoint.
                              com/sites/siteName/libraryName/folderName', if URL is
                              for site only uses 'Shared Documents' as default
                              libraryName
      --max-depth=MAX       how many levels of (sub)folders to traverse, -1 for
                              unlimited
  -h, --help                Show this help message and exit.
  -p, --password=PASSWORD   for sharepoint account to use
  -u, --user=USERNAME       sharepoint account username in format
                              <userName>@<yourdomain>.onmicrosoft.com
  -V, --version             Print version information and exit.

License

This project is licensed under the EPL 2.0 License - see the LICENSE.md file for details

About

Office 365 Sharepoint File Reporting Tool

License:Eclipse Public License 2.0


Languages

Language:Java 100.0%