From cf5f89e2a09796d9ea70fa059d9edb0057daacf6 Mon Sep 17 00:00:00 2001 From: Michael Grafnetter Date: Mon, 8 May 2017 14:06:17 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c5447d..1e50f9a 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ DSInternals PowerShell Module and Framework ![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 | 2017](https://img.shields.io/badge/Visual%20Studio-2013%20|%202015%20|%202017-383278.svg) 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. +- 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). Quick Start Guide -----------------