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: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
##### This project is community maintained and has no sponsorship from Microsoft, its employees or any of its affiliates.
9
9
10
+
## [0.9.6] - 2025-07-23
11
+
12
+
### Added
13
+
14
+
- Add System Center Configuration Manager (MEM) information
15
+
16
+
### Changed
17
+
18
+
- Update module version to 0.9.6
19
+
- Enhance execution time tracking in Get-AbrADDomainObject function
20
+
- Enhance output message in Invoke-AsBuiltReport function
21
+
- Upgrade Diagrammer.Core module to version `0.2.27`.
22
+
- Upgrade Diagrammer.Microsoft.AD module to version `0.2.17`.
23
+
- Refactor output object initialization to use ArrayList for improved performance and memory management across multiple scripts.
24
+
- Updated instances of output object accumulation to utilize the Add method instead of the += operator, enhancing efficiency in data handling.
25
+
- Refine section descriptions across multiple PowerShell scripts for clarity and consistency.
26
+
- Updated wording to enhance readability and provide more precise information about the content of each section to better reflect the information presented.
27
+
28
+
### Fixed
29
+
30
+
- Fix property names in software object initialization for consistency and clarity (Installed Software section)
Write-PScriboMessage-IsWarning "CRL Distribution Point Section: $($_.Exception.Message)"
145
141
}
146
142
}
147
143
} catch {
148
144
Write-PScriboMessage-IsWarning -Message "$($_.Exception.Message) (CRL Distribution Point)"
149
145
}
150
146
try {
151
147
Section -Style Heading3 "AIA and CDP Health Status" {
152
-
Paragraph "The following section is intended to perform Certification Authority health status checking by CA certificate chain status and validating all CRL Distribution Point (CDP) and Authority Information Access (AIA) URLs for each certificate in the chain."
148
+
Paragraph "This section provides a health check of the Certification Authority by verifying the CA certificate chain status and validating all Certificate Revocation List (CDP) and Authority Information Access (AIA) URLs for each certificate in the chain."
Paragraph "The following section provides the Key Recovery Agent certificateused to encrypt user's certificate private key and store it in CA database. In the case when user cannot access his or her certificate private key it is possible to recover it by Key Recovery Agent if Key Archival procedure was taken against particular certificate."
48
+
Paragraph "This section provides details about the Key Recovery Agent certificate, which is used to encrypt users' certificate private keys for storage in the CA database. If a user loses access to their certificate private key, the Key Recovery Agent can recover it, provided that key archival was performed for the certificate."
0 commit comments