Conversation
…rDiagrammer function for improved error handling and watermark color
…ps and enhanced code quality checks
…stency - Updated version number in multiple scripts from 0.9.4 to 0.9.6. - Modified calls to Write-PScriboMessage to include the -Message parameter for clarity and consistency across scripts. - Ensured that warning messages are properly formatted with the -IsWarning flag where applicable. - Enhanced logging messages to provide better context during execution, particularly in sections related to Active Directory, DHCP, DNS, and replication.
…rDiagrammer function
- Added Show-AbrDebugExecutionTime function to track execution time for various AD reporting scripts. - Integrated execution time tracking in the following scripts: - Get-AbrADDomainObject.ps1 - Get-AbrADDuplicateObject.ps1 - Get-AbrADDuplicateSPN.ps1 - Get-AbrADExchange.ps1 - Get-AbrADFSMO.ps1 - Get-AbrADForest.ps1 - Get-AbrADGPO.ps1 - Get-AbrADHardening.ps1 - Get-AbrADInfrastructureService.ps1 - Get-AbrADKerberosAudit.ps1 - Get-AbrADOU.ps1 - Get-AbrADSecurityAssessment.ps1 - Get-AbrADSite.ps1 - Get-AbrADSiteReplication.ps1 - Get-AbrADTrust.ps1 - Get-AbrDHCPinAD.ps1 - Get-AbrDNSSection.ps1 - Get-AbrDomainSection.ps1 - Get-AbrForestSection.ps1 - Get-AbrPKISection.ps1 - Removed unnecessary comments and cleaned up code for better readability.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[0.9.5] - 2025-05-10
Added
Changed
0.9.5.0.2.26.0.2.15.Get-AbrDiagrammerfunction to improve error handling.DarkGreento#565656for better visibility.-Messageparameter for clarity and consistency across scripts.-IsWarningflag where applicable.Fixed