DSInternals/README.md

31 lines
2.4 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
2017-05-08 12:17:48 +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) ![Windows Server 2008 R2 | 2012 R2 | 2016](https://img.shields.io/badge/Windows%20Server-2008%20R2%20|%202012%20R2%20|%202016-007bb8.svg) ![.NET Framework 4.5.1+](https://img.shields.io/badge/.NET%20Framework-4.5.1%2B-007FFF.svg) ![Visual Studio 2013 | 2015 | 2017](https://img.shields.io/badge/Visual%20Studio-2013%20|%202015%20|%202017-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:
2017-05-08 12:06:17 +00:00
- The [DSInternals Framework](https://www.nuget.org/profiles/MichaelGrafnetter) exposes several internal features of Active Directory and can be used from any .NET application. The codebase has already been integrated into several 3rd party commercial products that use it in scenarios like Active Directory disaster recovery, identity management, cross-forest migrations and password strength auditing.
- The [DSInternals PowerShell Module](https://www.powershellgallery.com/packages/DSInternals/) provides easy-to-use cmdlets that are built on top of the Framework. The main features include offline [ntds.dit file](https://technet.microsoft.com/en-us/library/cc961761.aspx) manipulation and querying domain controllers through the [Directory Replication Service (DRS) Remote Protocol](https://msdn.microsoft.com/en-us/library/cc228086.aspx).
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)