DSInternals/Changelog.txt

139 lines
5.2 KiB
Plaintext
Raw Normal View History

Version 2.16.1
- [Module] Added the -ShowClearTextPassword parameter to the Test-PasswordQuality cmdlet.
Cracked and cleartext passwords now do not get displayed by default.
Version 2.16
- [Module] Added the Test-PasswordQuality and ConvertTo-NTHashSet cmdlets.
- [Module] Added support for the the UserAccountControl attribute of user accounts.
- [Framework] Added the ability to replicate user accounts by specifying their UPN.
- [Framework] Added the ability to calculate a NT hash from both String and SecureString.
- [Framework] Added the HashEqualityComparer, which allows the hashes to be stored
in the built-in generic collections.
2016-05-08 14:00:27 +00:00
Version 2.15
2016-06-18 16:30:59 +00:00
- Removed dependency on ADSI.
2016-06-05 23:01:54 +00:00
- Added support for the PAM optional feature.
2016-06-18 16:30:59 +00:00
- Added the PWDump custom view.
- Added the HashNT custom view.
- Added the HashLM custom view.
2016-05-08 14:00:27 +00:00
2016-04-02 08:57:37 +00:00
Version 2.14
- Added support for Windows Server 2016 ntds.dit encryption.
2016-04-30 09:19:32 +00:00
- Added support for replication with renamed domains.
2016-04-02 08:57:37 +00:00
- Added support for reading security descriptors (ACLs) from both ntds.dit files and DRS-R.
- Added support for the AdminCount attribute.
2016-04-03 08:48:33 +00:00
- Updated the forked ManagedEsent source codes to version 1.9.3.3.
2016-04-02 08:57:37 +00:00
2016-02-25 16:36:08 +00:00
Version 2.13.1
- Fixed a bug regarding incorrect OS version detection.
2016-02-21 09:56:12 +00:00
Version 2.13
- Fixed a rare bug which caused the database cmdlets to hang while loading indices.
- Meaningful error messages are now displayed when a dirty or downlevel ntds.dit file is encountered.
- The DSInternals.Replication library now supports incremental replication (not exposed through PowerShell).
2016-02-07 09:01:26 +00:00
Version 2.12
- Commandlets for ntds.dit manipulation now work on Windows 7 / Windows Server 2008 R2.
- The module now requires .NET Framework 4.5.1 instead of 4.5.
- Both Visual Studio 2013 and 2015 are now supported platforms.
Version 2.11
2016-02-03 10:53:17 +00:00
- Added support for Windows Server 2003 R2.
2016-02-02 23:19:21 +00:00
- The replication now works on x86, again.
- Fixed a bug in temporary index loading.
2016-01-02 15:27:44 +00:00
Version 2.10
- Added support for the NTLM-Strong-NTOWF package in Supplemental Credentials (new in Windows Server 2016 TP4)
2016-01-14 11:38:27 +00:00
- Added support for initial databases
- Added partial support for ADAM/LDS databases
- The Get-ADDBSchemaAttribute now shows attribute OIDs
- Fixed a bug in Exchange schema loading
2016-01-02 15:27:44 +00:00
2015-12-26 22:44:43 +00:00
Version 2.9
- The Get-BootKey cmdlet now supports online boot key retrieval
- The PBKDF2.NET library has been replaced by CryptSharp
- The Get-ADDBDomainController cmdlet now extracts some more data from the DB
- The project has been open-sourced
Version 2.8
- Added the ConvertFrom-ADManagedPasswordBlob cmdlet
- Added the Get-ADDBBackupKey cmdlet
- Added the Get-ADReplBackupKey cmdlet
- Added the Save-DPAPIBlob cmdlet
- Added the HashcatLM view
Version 2.7
- Added the about_DSInternals help page (work in progress)
- Fixed a bug in the Set-ADDBPrimaryGroup cmdlet
Version 2.6
- Implemented CRC checks in the Get-ADReplAccount cmdlet
- The Get-ADReplAccount cmdlet now displays meaningful error messages on 64-bit systems
- The -Server parameter of the Get-ADReplAccount is now compulsory instead of localhost being default
- The Get-ADReplAccount and Set-SamAccountPasswordHash cmdlets now display a warning in case they are supplied with a DNS domain name instead of a NetBIOS one.
- Fixed a bug in SupplementalCredentials parsing
Version 2.5
- Both x86 and x64 platforms are now supported.
- A few parameters have been changed and new aliases added.
- Fixed a bug in the Add-ADDBSidHistory cmdlet.
Version 2.4
- Fixed a bug regarding distinguished name parsing in the Get-ADDBAccount cmdlet
- Removed a big memory leak in the Get-ADReplAccount cmdlet
- Added the Get-ADReplicationAccount alias for Get-ADReplAccount
- Updated AutoMapper to the latest version
- Switched to the official build of Microsoft's Managed Esent libraries
- The module has been published in PowerShell Gallery.
Version 2.3
- Parameter SystemHiveFilePath of the Get-BootKey cmdlet is now positional
- Added the Readme.txt file with system requirements
- Fixed a bug in distinguished name parsing that caused the Get-ADReplAccount cmdlet to fail under some circumstances
Version 2.2
- Added a few parameter validations
- Fixed a bug in SupplementalCredentials parsing
Version 2.1
- The Get-ADReplAccount cmdlet can now retrieve all accounts from AD or just a sigle one
- Added Microsoft Visual C++ 2013 Runtime libraries to the distribution
- The module is now 64-bit only
- Minor bug fixes
Version 2.0
- Added the Get-ADDBAccount cmdlet
- Added the Get-BootKey cmdlet
- Added the Get-ADReplAccount cmdlet
- Added the Remove-ADDBObject cmdlet
- Added the Format-Hex cmdlet
- Merged the DSInternals.Cryptography assembly into DSInternals.Common
- Minor bug fixes
Version 1.6
- Added the Set-ADDBDomainController cmdlet
- Added the Get-ADDBSchemaAttribute cmdlet
Version 1.5
- Added the Get-ADDBDomainController cmdlet
Version 1.4
- Added the Set-ADDBPrimaryGroup cmdlet
- The Add-ADDBSidHistory cmdlet now supports relative file paths
Version 1.3.1
- Fixed a bug in the Microsoft.Isam.Esent.Interop library,
that prevented the Add-ADDBSidHistory cmdlet to run on Windows Server 2008 R2
Version 1.3
- Added the Add-ADDBSidHistory cmdlet
Version 1.2
- Added the ConvertTo-GPPrefPassword cmdlet
Version 1.1
- Added the ConvertTo-OrgIdHash cmdlet
- Added the ConvertFrom-GPPrefPassword cmdlet
Version 1.0
- Initial release