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
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,51 @@ 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.5] - 2025-05-10
11
+
12
+
### Added
13
+
14
+
- Add Show-AbrDebugExecutionTime function to track execution time of operations
15
+
16
+
### Changed
17
+
18
+
- Update PSScriptAnalyzer settings for enhanced code quality checks.
19
+
- Bump module version to `0.9.5`.
20
+
- Upgrade Diagrammer.Core module to version `0.2.26`.
21
+
- Upgrade Diagrammer.Microsoft.AD module to version `0.2.15`.
22
+
- Refactor the `Get-AbrDiagrammer` function to improve error handling.
23
+
- Change watermark color from `DarkGreen` to `#565656` for better visibility.
24
+
- Modified calls to Write-PScriboMessage to include the `-Message` parameter for clarity and consistency across scripts.
25
+
- Ensured that warning messages are properly formatted with the `-IsWarning` flag where applicable.
26
+
- Enhanced logging messages to provide better context during execution, particularly in sections related to Active Directory, DHCP, DNS, and replication.
27
+
- Added Show-AbrDebugExecutionTime function to track execution time for various AD reporting scripts.
28
+
- Integrated execution time tracking in the following scripts:
29
+
- Get-AbrADDomainObject.ps1
30
+
- Get-AbrADDuplicateObject.ps1
31
+
- Get-AbrADDuplicateSPN.ps1
32
+
- Get-AbrADExchange.ps1
33
+
- Get-AbrADFSMO.ps1
34
+
- Get-AbrADForest.ps1
35
+
- Get-AbrADGPO.ps1
36
+
- Get-AbrADHardening.ps1
37
+
- Get-AbrADInfrastructureService.ps1
38
+
- Get-AbrADKerberosAudit.ps1
39
+
- Get-AbrADOU.ps1
40
+
- Get-AbrADSecurityAssessment.ps1
41
+
- Get-AbrADSite.ps1
42
+
- Get-AbrADSiteReplication.ps1
43
+
- Get-AbrADTrust.ps1
44
+
- Get-AbrDHCPinAD.ps1
45
+
- Get-AbrDNSSection.ps1
46
+
- Get-AbrDomainSection.ps1
47
+
- Get-AbrForestSection.ps1
48
+
- Get-AbrPKISection.ps1
49
+
- Removed unnecessary comments and cleaned up code for better readability.
50
+
51
+
### Fixed
52
+
53
+
- Fix message in Get-AbrDiagrammer function to correctly reference DiagramType
0 commit comments