Slackbot
10/11/2023, 7:10 PMKen Hughes
10/12/2023, 1:56 PM$date = (Get-Date).AddDays(-180)
$machines = Get-BrokerMachine -MaxRecordCount 20000 -Filter { LastConnectionTime -le $date }
$machines | Export-Csv $outfile
You might be able to do something similar with Get-BrokerApplicationJames Terrell
10/12/2023, 2:07 PM