12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples
MIT License
1.24k stars 559 forks source link

issue with line 38 on Analyze-MailtrafficUsers.PS1 #92

Closed stephanefavreza closed 9 months ago

stephanefavreza commented 9 months ago

Analyze-MailtrafficUsers.PS1

Line 38 SharedMailbox is missing d

[array]$Mbx = Get-ExoMailbox -RecipientTypeDetails UserMailbox, SharedMailbox -ResultSize Unlimited | Sort-Object DisplayName

:)

12Knocksinna commented 9 months ago

Fixed. Thanks for highlighting my lack of competence with copy and paste!