This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
internet:mail:exchange:exchange_o365_powershell [2019/01/15 13:48] jcooper |
internet:mail:exchange:exchange_o365_powershell [2019/01/30 10:57] (current) jcooper |
||
---|---|---|---|
Line 28: | Line 28: | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
* Get Inbox Rule | * Get Inbox Rule | ||
+ | |||
+ | :!: To get the entire RuleIdentity you may need to widen the PowerShell window. | ||
+ | |||
< | < | ||
Get-InboxRule -Mailbox < | Get-InboxRule -Mailbox < | ||
</ | </ | ||
+ | * Get Inbox Rule and show what it does | ||
< | < | ||
Get-InboxRule –Mailbox < | Get-InboxRule –Mailbox < | ||
+ | </ | ||
+ | * Get Inbox Rule and show details | ||
+ | < | ||
+ | Get-InboxRule -Identity < | ||
</ | </ | ||
* Remove Inbox rule | * Remove Inbox rule |