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
+25-2Lines changed: 25 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,29 @@
5
5
6
6
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
+
## [Unreleased]
9
+
10
+
### Added
11
+
12
+
- Instructions and prompts for GitHub Copilot.
13
+
14
+
### Changed
15
+
16
+
- A new code signing certificate has been obtained from [DigiCert](https://www.digicert.com/).
17
+
- Merged the `*.psm1` script bootstrapper of the binary PowerShell module into the `*.psd1` module manifest.
18
+
- Improved the structure of the `DSInternals.Replication` NuGet package,
19
+
which now includes assemblies for all processor architectures and the Visual C++ runtime.
20
+
21
+
### Fixed
22
+
23
+
- Improved generation of NGC keys stored in the `msDS-KeyCredentialLink` AD attribute
24
+
to pass new validation constraints introduced in January 2026 Windows updates.
25
+
26
+
### Removed
27
+
28
+
- PowerShell cmdlets and all code related to the [decommissioned Azure AD Graph API](https://learn.microsoft.com/en-us/graph/migrate-azure-ad-graph-overview)
29
+
have been removed.
30
+
8
31
## [6.2] - 2025-12-05
9
32
10
33
> [!WARNING]
@@ -296,14 +319,14 @@ This is a PowerShell-only release.
296
319
297
320
### Added
298
321
299
-
- The new [Set-AzureADUserEx](PowerShell/Set-AzureADUserEx.md#set-azureaduserex) cmdlet can be used to revoke FIDO2 and NGC keys in Azure Active Directory.
322
+
- The new `Set-AzureADUserEx` cmdlet can be used to revoke FIDO2 and NGC keys in Azure Active Directory.
300
323
301
324
## [4.3] - 2020-04-02
302
325
303
326
### Added
304
327
305
328
- New logo and package icons!
306
-
- The new [Get-AzureADUserEx](PowerShell/Get-AzureADUserEx.md#get-azureaduserex) cmdlet can be used to retrieve FIDO and NGC keys from Azure Active Directory, as the first tool on the market.
329
+
- The new `Get-AzureADUserEx` cmdlet can be used to retrieve FIDO and NGC keys from Azure Active Directory, as the first tool on the market.
307
330
- Both [lastLogon](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-ada1/93258066-276d-4357-8458-981c19caad95) and [lastLogonTimestamp](https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-ada1/530d7194-20f6-4aaa-8d80-9ca6b6350ad6) user account attributes are now exposed. The LastLogonDate PowerShell property returns whichever of these 2 values is available.
308
331
- The `-Server` parameter of the [Get-ADSIAccount](PowerShell/Get-ADSIAccount.md#get-adsiaccount) cmdlet now has the standard `-ComputerName` alias.
0 commit comments