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
Copy file name to clipboardExpand all lines: Documentation/CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ All notable changes to this project will be documented in this file. The format
7
7
8
8
## [Unreleased]
9
9
10
+
## [5.2] - 2025-04-09
11
+
12
+
### Added
13
+
14
+
- Added the [Set-ADDBAccountControl](PowerShell/Set-ADDBAccountControl.md#set-addbaccountcontrol) cmdlet for offline modification of the `userAccountControl` attribute flags.
15
+
- Added a new parameter called `-PostInstallScriptPath` to the [New-ADDBRestoreFromMediaScript](PowerShell/New-ADDBRestoreFromMediaScript.md#new-addbrestorefrommediascript) cmdlet.
16
+
17
+
### Fixed
18
+
19
+
- Resolved issue #193: Call to `GetAccounts()` returns `NotImplementedException`.
20
+
10
21
## [5.1] - 2025-03-22
11
22
12
23
### Added
@@ -570,7 +581,8 @@ This is a [Chocolatey](https://chocolatey.org/packages/dsinternals-psmodule)-onl
Specifies the path to an optional post-installation script that will be executed after the restore process is complete.
133
+
134
+
```yaml
135
+
Type: String
136
+
Parameter Sets: (All)
137
+
Aliases:
138
+
139
+
Required: False
140
+
Position: Named
141
+
Default value: None
142
+
Accept pipeline input: False
143
+
Accept wildcard characters: False
144
+
```
145
+
131
146
### -SafeModeAdministratorPassword
132
147
Supplies the password for the administrator account when the computer is started in Safe Mode or a variant of Safe Mode, such as Directory Services Restore Mode. If no value is specified for this parameter, the cmdlet prompts you to enter and confirm a masked password. If specified with a value, the value must be a secure string.
Copy file name to clipboardExpand all lines: Src/DSInternals.Common/DSInternals.Common.nuspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<description>This package is shared between all other DSInternals packages. Its main features are Azure AD Graph API and ADSI clients for for retrieval of cryptographic material. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval.</description>
15
15
<summary>This package is shared between all other DSInternals packages.</summary>
16
16
<releaseNotes>
17
-
- Added support for retrieval of BitLocker recovery keys, LAPS passwords, DNS resource records, and contact information from Active Directory.
17
+
- Added the UserAccountControlExtensions class.
18
18
</releaseNotes>
19
19
<copyright>Copyright (c) 2015-2025 Michael Grafnetter. All rights reserved.</copyright>
20
20
<tags>ActiveDirectory Security AD AAD Identity Active Directory</tags>
Copy file name to clipboardExpand all lines: Src/DSInternals.DataStore/DSInternals.DataStore.nuspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
<description>DSInternals DataStore is an advanced framework for offline ntds.dit file manipulation. It can be used to extract password hashes from Active Directory backups or to modify the sIDHistory and primaryGroupId attributes.</description>
15
15
<summary>DSInternals DataStore is an advanced framework for offline ntds.dit file manipulation.</summary>
16
16
<releaseNotes>
17
-
- Added support for listing AD-integrated DNS zones.
17
+
- Added support for modifying more ucerAccountControl flags.
18
18
</releaseNotes>
19
19
<copyright>Copyright (c) 2015-2025 Michael Grafnetter. All rights reserved.</copyright>
20
20
<tags>ActiveDirectory Security NTDS AD Identity Active Directory</tags>
0 commit comments