12Knocksinna / Office365itpros

Office 365 for IT Pros PowerShell examples
MIT License
1.28k stars 567 forks source link

Variable assigned but never used #48

Closed nugatory776 closed 2 years ago

nugatory776 commented 2 years ago

https://github.com/12Knocksinna/Office365itpros/blob/b9a5c525d93aa04778ae9a48da36f9f5c2b64dc9/ReportMailboxQuotaUsed.Ps1#L14

The variable $Mailbox is being assigned on line 14, but is never used anywhere else in the script.

12Knocksinna commented 2 years ago

Easily fixed..