Skip to content

v1.0.1 - #254

Merged
rebelinux merged 8 commits into
AsBuiltReport:devfrom
rebelinux:dev
May 20, 2026
Merged

v1.0.1#254
rebelinux merged 8 commits into
AsBuiltReport:devfrom
rebelinux:dev

Merge branch 'AsBuiltReport:dev' into dev

f983175
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / PSScriptAnalyzer succeeded May 20, 2026 in 4s

1 new alert

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 305 in AsBuiltReport.Microsoft.AD/Src/Public/Get-AbrAdLog.ps1

See this annotation in the file changed.

Code scanning / PSScriptAnalyzer

File 'Get-AbrAdLog.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information. Warning

File 'Get-AbrAdLog.ps1' uses Write-Host. Avoid using Write-Host because it might not work in all hosts, does not work when there is no host, and (prior to PS 5.0) cannot be suppressed, captured, or redirected. Instead, use Write-Output, Write-Verbose, or Write-Information.