Merge pull request #16 from ctrlbold/master

added sql server section
This commit is contained in:
Janik Vonrotz 2016-09-17 11:41:23 -07:00 committed by GitHub
commit 004dabd320

View File

@ -16,6 +16,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
* [Security](#security)
* [Themes](#themes)
* [SharePoint](#sharepoint)
* [SQL Server](#sql-server)
* [Testing](#testing)
* [Webserver](#webserver)
* [Resources](#resources)
@ -70,6 +71,11 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing.
- [AutoSPInstaller](https://autospinstaller.codeplex.com/) - Automated SharePoint 2010/2013 installation script.
- [Client-side SharePoint](https://sharepointpowershell.codeplex.com/) - API for SharePoint 2010, 2013 and Online.
### SQL Server
- [dbareports](https://dbareports.io) - Gather, store and display your SQL Server estate data.
- [dbatools](https://dbatools.io) - Instance migrations and best practice implementations.
### Testing
- [Pester](https://github.com/pester/Pester) - Powershell BDD style testing framework.