DSInternals/README.md

31 lines
1.7 KiB
Markdown
Raw Normal View History

2016-02-23 20:07:21 +00:00
DSInternals PowerShell Module and Framework
===========================================
2015-12-25 15:08:17 +00:00
2016-02-23 20:07:21 +00:00
![MIT License](https://img.shields.io/badge/License-MIT-green.svg) ![PowerShell 3 | 4 | 5](https://img.shields.io/badge/PowerShell-3%20|%204%20|%205-0000FF.svg) ![.NET Framework 4.5.1+](https://img.shields.io/badge/.NET%20Framework-4.5.1%2B-007FFF.svg) ![Visual Studio 2013 | 2015](https://img.shields.io/badge/Visual%20Studio-2013%20|%202015-383278.svg)
2016-02-02 15:54:10 +00:00
2016-02-23 20:07:21 +00:00
The DSInternals project consists of these two parts:
- The [DSInternals Framework](https://www.nuget.org/profiles/MichaelGrafnetter) exposes several internal and undocumented features of Active Directory and can be used from any .NET application.
- The [DSInternals PowerShell Module](https://www.powershellgallery.com/packages/DSInternals/) provides easy-to-use cmdlets that are built on top of the Framework.
2015-12-25 15:08:17 +00:00
2015-12-27 20:43:43 +00:00
Quick Start Guide
-----------------
- [List of Cmdlets with Usage Examples](https://www.dsinternals.com/en/list-of-cmdlets-in-the-dsinternals-module/)
- [Wiki](https://github.com/MichaelGrafnetter/DSInternals/wiki)
2015-12-25 15:08:17 +00:00
2016-01-17 16:46:48 +00:00
Continuous Integration
----------------------
2016-01-17 17:11:25 +00:00
| Compilation | Unit Tests |
--- | ---
![Build Status](https://grafnetter.visualstudio.com/DefaultCollection/_apis/public/build/definitions/419499fa-9402-4b5b-96ad-1d9d235c1b8f/6/badge) | ![Build Status](https://grafnetter.visualstudio.com/DefaultCollection/_apis/public/build/definitions/419499fa-9402-4b5b-96ad-1d9d235c1b8f/7/badge)
2016-01-17 16:46:48 +00:00
Automatic builds are provided by [Visual Studio Team Services](https://www.visualstudio.com/en-us/products/visual-studio-team-services-vs.aspx).
2015-12-25 15:08:17 +00:00
Author
------
2015-12-27 20:43:43 +00:00
**Michael Grafnetter**
- [Blog](https://www.dsinternals.com/en)
- [LinkedIn](https://www.linkedin.com/in/grafnetter)
- [Twitter](https://twitter.com/mgrafnetter)