You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -37,11 +37,10 @@ The DSInternals PowerShell Module has these main features:
37
37
## Disclaimer
38
38
Features exposed through these tools are not supported by Microsoft. Improper use might cause irreversible damage to domain controllers or negatively impact domain security.</description>
39
39
<releaseNotes>
40
-
* Implemented support for PowerShell Core 7 on Windows.
41
-
* The new Get-ADDBTrust cmdlet can read inter-domain trust objects from ntds.dit files, decrypt the trust passwords, and derive the Kerberos trust keys.
42
-
* Added the Get-ADReplKdsRootKey cmdlet to enable reading specific KDS Root Keys over the MS-DRSR protocol.
43
-
* Implemented full support for ntds.dit files originating from RODCs.
44
-
* Improved the performance of schema loading and account retrieval from ntds.dit files.
40
+
* Fixed a bug in `ntds.dit` prefix table parsing.
41
+
* Re-enabled native ARM64 support.
42
+
* Fixed RSA public key operation issues in PowerShell Core.
43
+
* Added the `Integrity.Tests.ps1` script for checking module integrity.
45
44
</releaseNotes>
46
45
<dependencies>
47
46
<!-- Windows Management Framework 3+. For OS prior to Windows 8 and Windows Server 2012. -->
0 commit comments