Skip to content

Commit

Permalink
Added SharePoint 2013 'SPDocGen' Tool
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdee committed Jul 14, 2017
1 parent 8ab7d83 commit b3af9df
Show file tree
Hide file tree
Showing 13 changed files with 64,464 additions and 0 deletions.
40 changes: 40 additions & 0 deletions SharePoint/SP15DocGen/README.txt
@@ -0,0 +1,40 @@
== SP15DocGen ==

SPDocGen - SharePoint 2013 Documentation Generator

You can download the executables here: https://github.com/siaf/SP15DocGen/tree/master/Binary

Project Description

Automatically generate SharePoint Farm Documentation in a few seconds.

The application uses the SharePoint Object Model API to produce an XML file containing data from a SharePoint Farm Deployment. The XML file is then transformed into a .doc file (WordML) via XSLT.

Unzip to a folder on a SharePoint 2013 server.

Logon to the server as a Farm Administrator with permissions to write to the folder that Sezai.SPDocGen.Console.exe runs from.

Produces an XML and DOC file as output, modify the XSLT file as you like.

Full Source Code for the solution is provided so you can tweak it as needed.

What does this tool document?

Servers in the farm
Server Services
Databases
Database Name, Server and Disk Size Required for Backup
Farm Services
Service Job Definitions for each Farm Service
Service Job Definition Name, Schedule, Last Time Run
Web Applications
Name, ID, Site Collections, Content Databases and Application Pools
Site Collections
Title, URL, Web Application, Web Count, Users Count, Disk Space Used, Owners and Site Collection Administrators
Farm Application Pools
Name, Identity and Password
Farm Solutions
Name, ID, Deployment Status, Last Deployment Action Time, Last Operation Details, Deployed Servers, Deployed Web Applications
Farm Feature Definitions
Feature Name, ID, Scope, Root Directory, Solution ID, Receiver Assembly and Class
If the executable throws an error, copy out the exception message and post it to the Issue Tracker for this project.
9 changes: 9 additions & 0 deletions SharePoint/SP15DocGen/SP15DocGen.txt
@@ -0,0 +1,9 @@
== SPDocGen - SharePoint 2013 Documentation Generator (SP15DocGen) ==

URLs:

https://github.com/siaf/SP15DocGen

https://github.com/siaf/SP15DocGen/tree/master/Binary

Latest Build: e6d5978 on Aug 26, 2014

0 comments on commit b3af9df

Please sign in to comment.