v1.0.1 - #254
Merged
Merged
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.
Annotations
Check warning on line 305 in AsBuiltReport.Microsoft.AD/Src/Public/Get-AbrAdLog.ps1
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
Loading