Hey guys,
In my organization we have close to 3000 mailboxes. I got the task to find the total size of specific 1000 mailboxes.
I have the CSV file that has:
FirstName, LastName, Alias (email address).
I want to run get-mailboxstatstics from the CSV file and pipe total size of my 1000 mailboxes to another CSV file.
Let's assume my CSV file is: users.csv
What would be the PowerShell script to execute this?