windows_wiki:powershell_exchange

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

windows_wiki:powershell_exchange [2014/12/16 14:00]
vitrek created
windows_wiki:powershell_exchange [2019/05/25 23:50]
Line 1: Line 1:
-This page shows neat tricks for powershell within exchange to get interesting information (one liners) 
- 
-==== Find users that are auto forwarding /redirecting their email==== 
- 
-*'''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.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)