Hi,
I'm running that script in exchange how can I export the results to an excel file?
Get-ExoMailbox -ResultSize Unlimited |
Select-Object -ExpandProperty UserPrincipalName |
Foreach-Object {Get-InboxRule -Mailbox $_ |
Select-Object -Property MailboxOwnerID,Name,Enabled,From,Description,RedirectTo,ForwardTo}
If someone can fill in the code
Thanks