Directory Services Internals PowerShell Module and Framework
Go to file
Michael Grafnetter 5cb6eaab78 Prepare for version 3.0 2018-09-29 08:17:39 +02:00
Keys Initial source commit 2015-12-26 23:44:43 +01:00
Scripts Added strong name test script. 2017-07-12 21:12:11 +02:00
Src Prepare for version 3.0 2018-09-29 08:17:39 +02:00
.gitattributes GitHub code statistics should now be more relevant 2017-04-22 15:32:59 +02:00
.gitignore Solution upgraded from VS 2013 to 2015 and .NET Framework from 4.5 to 4.5.1. 2016-02-06 16:35:29 +01:00
Changelog.txt Prepare for version 3.0 2018-09-29 08:17:39 +02:00
LICENSE.md Create LICENSE.md 2015-12-28 11:13:31 +01:00
README.md Added disclaimer to readme.md 2017-05-13 11:47:55 +02:00
Readme.txt Added disclaimer to readme.txt 2017-05-13 11:49:14 +02:00

README.md

DSInternals PowerShell Module and Framework

MIT License PowerShell 3 | 4 | 5 Windows Server 2008 R2 | 2012 R2 | 2016 .NET Framework 4.5.1+ Visual Studio 2013 | 2015 | 2017

DISCLAIMER: Features exposed through these tools are not supported by Microsoft and are therefore not intended to be used in production environments. Improper use might cause irreversible damage to domain controllers or negatively impact domain security.

The DSInternals project consists of these two parts:

  • The DSInternals Framework 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 provides easy-to-use cmdlets that are built on top of the Framework. The main features include offline ntds.dit file manipulation and querying domain controllers through the Directory Replication Service (DRS) Remote Protocol.

Quick Start Guide

Continuous Integration

Compilation Unit Tests
Build Status Build Status

Automatic builds are provided by Visual Studio Team Services.

Author

Michael Grafnetter