Skip to content

sassdawe/SPSFarmReport

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPSFarmReport

SPSFarmReport is a scripted-tool that can be used to gather topology-related details from SharePoint farms. This tool has been for close to a decade. It was first written for MOSS 2007, and we've had this script out of CodePlex for every subsequent release of SharePoint including 2010, 2013, and now 2016!

Roughly, we gather and build a report on the below infra of your farm:

  • Farm General Settings
    • Central Admin URL
    • Farm Build Version
    • System Account
    • Configuration Database details
  • Services on Server
    • MinROLE and its Compliance
    • Distributed Caching
  • Installed Products on Servers
  • Features Installed
  • Service Applications, Pools, and Proxies
    • Search
    • Project Services, etc.
  • Web Applications, AAMs
  • Content Databases
  • Content Deployment
  • Health Analyzer Reports
  • Timer Jobs and their Details

Getting Started

The tool comprises of a PowerShell Script and an XSL Stylesheet. You will also find an accompanying CSS. Running the PowerShell script is pretty straightfoward with no arguments. The output of that is written to an XML. Double-clicking the XML will open it in a browser. The XSL is HTML5 compliant and we recommend the use of Microsoft Edge to view the report.

For additional details on running the tool and usage, please refer to this nice blog written by Brooks White - Senior SharePoint PFE at Microsoft. Follow the comments on that blog for FAQs.

Getting Started

My sincere thanks to all the testers in Microsoft Support who've enabled the release of this tool. Special thanks to the below people:

  • Ajith Jose, Support Escalation Engineer from the Microsoft Project Support team. He coauthored and contributed code to gathering Project Server details.
  • David Storey, Program Manager from the Microsoft Edge product team. He contributed stylsheet code that'll open the report in Edge.
  • Nirankush Panchbai, Principal Program Manager Lead from the Microsoft Edge product team. He came first to offer help when I was struggling to get the <details / summary> tag to work in Edge.

-- J Vijay William

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PowerShell 61.9%
  • XSLT 37.8%
  • CSS 0.3%