windows_wiki:powershell_exchange

This is an old revision of the document!


This page shows neat tricks for powershell within exchange to get interesting information (one liners)

  • 'get-mailbox -Filter { ForwardingAddress -like '*' } | select-object Name,ForwardingAddress'
  • finds all addresses with the forwarding address set in exchange management
  • '$mbox = Get-Mailbox; $mbox | Foreach { Get-InboxRule -Mailbox $_ }'
  • finds inbox rules that forward to other users
  • windows_wiki/powershell_exchange.1418756557.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)