af6767fe-de4b-4ac8-b323-65598076e5a2
True
518
320
Transparent
#ffc0c0ff
False
BlackForest
-
TopCenter
0.53
0.04
AnchorPoint
Spamhaus-XBL
40
0.9
System.Int32
3658
2
60000
True
1
Value
PowerGadgets.Commands.PowershellSource
get-AgentLog |
where {$_.Reason -eq "BlockListProvider"} |
foreach { $h = @{} } { $h[$_.ReasonData]++ } `
{
$arr = new-object object[] $h.keys.count
$h.copyto($arr,0)
$arr |
select Name, Value |
sort Value -Descending |
select -first 10
}
Microsoft.Exchange.Management.PowerShell.Admin