|
| 1 | +== SP15DocGen == |
| 2 | + |
| 3 | +SPDocGen - SharePoint 2013 Documentation Generator |
| 4 | + |
| 5 | +You can download the executables here: https://github.com/siaf/SP15DocGen/tree/master/Binary |
| 6 | + |
| 7 | +Project Description |
| 8 | + |
| 9 | +Automatically generate SharePoint Farm Documentation in a few seconds. |
| 10 | + |
| 11 | +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. |
| 12 | + |
| 13 | +Unzip to a folder on a SharePoint 2013 server. |
| 14 | + |
| 15 | +Logon to the server as a Farm Administrator with permissions to write to the folder that Sezai.SPDocGen.Console.exe runs from. |
| 16 | + |
| 17 | +Produces an XML and DOC file as output, modify the XSLT file as you like. |
| 18 | + |
| 19 | +Full Source Code for the solution is provided so you can tweak it as needed. |
| 20 | + |
| 21 | +What does this tool document? |
| 22 | + |
| 23 | +Servers in the farm |
| 24 | +Server Services |
| 25 | +Databases |
| 26 | +Database Name, Server and Disk Size Required for Backup |
| 27 | +Farm Services |
| 28 | +Service Job Definitions for each Farm Service |
| 29 | +Service Job Definition Name, Schedule, Last Time Run |
| 30 | +Web Applications |
| 31 | +Name, ID, Site Collections, Content Databases and Application Pools |
| 32 | +Site Collections |
| 33 | +Title, URL, Web Application, Web Count, Users Count, Disk Space Used, Owners and Site Collection Administrators |
| 34 | +Farm Application Pools |
| 35 | +Name, Identity and Password |
| 36 | +Farm Solutions |
| 37 | +Name, ID, Deployment Status, Last Deployment Action Time, Last Operation Details, Deployed Servers, Deployed Web Applications |
| 38 | +Farm Feature Definitions |
| 39 | +Feature Name, ID, Scope, Root Directory, Solution ID, Receiver Assembly and Class |
| 40 | +If the executable throws an error, copy out the exception message and post it to the Issue Tracker for this project. |
0 commit comments