Comments on: Counting Exchange Server 2010 Mailboxes with PowerShell https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/ Practical Office 365 News, Tips, and Tutorials Tue, 26 Mar 2019 01:00:23 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Luis https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-196302 Tue, 26 Mar 2019 01:00:23 +0000 https://www.practical365.com/?p=2657#comment-196302 Hi Paul,

I am trying to determine which mailboxes are active in my environment. By active, I mean mailboxes that have sent an e-mail in the last 90 days or perhaps accounts that are active in AD vs disabled.

]]>
By: Chris Lehr https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-158513 Fri, 04 May 2018 23:28:36 +0000 https://www.practical365.com/?p=2657#comment-158513 Hey Paul – fun fact about your “get mailboxes per database” – it won’t return databases with no mailboxes.

Chris

]]>
By: <div class="apbct-real-user-wrapper"> <div class="apbct-real-user-author-name">Paul Cunningham</div> <div class="apbct-real-user-badge" onmouseover=" let popup = document.getElementById('apbct_trp_comment_id_70022'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_70022"> <div class="apbct-real-user-title"> <p class="apbct-real-user-popup-header">The Real Person!</p> <p class="apbct-real-user-popup-text">Author <b>Paul Cunningham</b> acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.</p> </div> </div> </div> </div> https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-70022 Wed, 05 Apr 2017 22:26:24 +0000 https://www.practical365.com/?p=2657#comment-70022 In reply to Steve.

Exchange doesn’t keep that historical data for you. You’d need to have collected it yourself over that period of time, either with custom scripts or a reporting tool.

]]>
By: Steve https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-70002 Wed, 05 Apr 2017 18:04:53 +0000 https://www.practical365.com/?p=2657#comment-70002 HI Paul,
I can see someone already asked about historical data, but their question was not clear enough. Can you think of a way to obtain the number of Exchange boxes for each day of the last few years. I would like to draw a histogram of how that number grew in our Uni.
Thank you!

]]>
By: Roberto Leal https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-7725 Thu, 07 Jul 2016 17:55:02 +0000 https://www.practical365.com/?p=2657#comment-7725 I think I have found a solution sort by lastlogontime export to Excel, Thanks

]]>
By: <div class="apbct-real-user-wrapper"> <div class="apbct-real-user-author-name">Paul Cunningham</div> <div class="apbct-real-user-badge" onmouseover=" let popup = document.getElementById('apbct_trp_comment_id_7724'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_7724"> <div class="apbct-real-user-title"> <p class="apbct-real-user-popup-header">The Real Person!</p> <p class="apbct-real-user-popup-text">Author <b>Paul Cunningham</b> acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.</p> </div> </div> </div> </div> https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-7724 Thu, 07 Jul 2016 02:06:40 +0000 https://www.practical365.com/?p=2657#comment-7724 In reply to Roberto Leal.

What do you consider to be an active mailbox?

]]>
By: Roberto Leal https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-7723 Wed, 06 Jul 2016 18:24:00 +0000 https://www.practical365.com/?p=2657#comment-7723 Hi Paul, How to obtain a list of active mailboxes, us in the DA changed the status of the account to disabled and in exchange we changed the status to not visible

]]>
By: Christian Leber https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-7722 Tue, 07 Jun 2016 11:57:42 +0000 https://www.practical365.com/?p=2657#comment-7722 This is great, thank you!
I just have a small problem:
“Get-Mailbox | Group-Object -Property:ServerName | Select-Object name,count” doesn’t include empty databases into the count.
Can I somehow do that?

]]>
By: <div class="apbct-real-user-wrapper"> <div class="apbct-real-user-author-name">Paul Cunningham</div> <div class="apbct-real-user-badge" onmouseover=" let popup = document.getElementById('apbct_trp_comment_id_7721'); popup.style.display = 'inline-flex'; "> <div class="apbct-real-user-popup" id="apbct_trp_comment_id_7721"> <div class="apbct-real-user-title"> <p class="apbct-real-user-popup-header">The Real Person!</p> <p class="apbct-real-user-popup-text">Author <b>Paul Cunningham</b> acts as a real person and passed all tests against spambots. Anti-Spam by CleanTalk.</p> </div> </div> </div> </div> https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-7721 Thu, 31 Mar 2016 01:18:03 +0000 https://www.practical365.com/?p=2657#comment-7721 In reply to Alemao.

I don’t understand your question.

]]>
By: Alemao https://practical365.com/counting-exchange-server-2010-mailboxes-powershell/#comment-7720 Wed, 30 Mar 2016 17:53:55 +0000 https://www.practical365.com/?p=2657#comment-7720 Hi, can I get the number of mailboxes in another month?, for example junuary of 2016
Thanks

]]>