paulwetter / DocumentConfigMgrCB

This script attempts to document your entire Configuration Manager (MEMCM/SCCM) environment
https://wetterssource.com/documentconfigmgrcb
174 stars 45 forks source link

Not listing defender process exclussions, it shows excluded files #92

Closed wokkeltje13 closed 2 years ago

wokkeltje13 commented 2 years ago

Line 6435 contains an error I think. $ProcessArray should be used instead off $filesArray

$ProcessArray = @() foreach ($ExcludedProcess in $AgentConfig.ExcludedProcesses){ $ProcessArray += "$($ExcludedProcess)" } $listArray += Write-HtmlList -Description 'Excluded processes:' -InputObject $ProcessArray -Level 1

paulwetter commented 2 years ago

Resolved in version 3.68

paulwetter commented 2 years ago

good catch by the way. Thanks!