Adventures in Exchange
Menu
  • Home
  • About
  • Download links
A blog about exactly that
Browse: Home » Exchange 2013

Export Recoverable Deleted Items folder to a PST file

April 28, 2017 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands

Today I had a user ask to restore some deleted messages from a mailbox.  They were unable to see the messages anywhere in the mailbox, including the Deleted Items folder. To find out whether the messages were available to recover…

Export messages from a mailbox that were sent or received on or after a specific date

January 13, 2017 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands, Tips and Tricks

I have a requirement to export all messages from an Exchange mailbox that were sent or received after a specific date to a PST file.  This was easy to achieve using the New-MailboxExportRequest cmdlet and specifying the dates within the…

Couldn’t find the Enterprise Organization container when using New-MailboxExportRequest

January 13, 2017 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands, Troubleshooting

While using the New-MailboxExportRequest cmdlet in the Exchange Management Shell I encountered the following error: Couldn’t find the Enterprise Organization container This issue occurs if the user running the New-MailboxExportRequest command isn’t assigned the Mailbox Import Export role.  There wasn’t…

Importing a PST fails when using New-MailboxImportRequest

December 13, 2016 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands, Tips and Tricks

I have a requirement to import some PST files into different mailboxes in Exchange.  This is easy to do using the New-MailboxImportRequest PowerShell cmdlet however when it fails it isn’t easy to see why.  Fortunately, we can get more information…

Use PowerShell to determine the total size of disconnected mailboxes in a mailbox database

Use PowerShell to determine the total size of disconnected mailboxes in a mailbox database

November 28, 2016 · by dave.webb · in Exchange 2010, Exchange 2013, PowerShell Commands, Tips and Tricks

  I have been performing some housekeeping tasks which include removing old user mailboxes.  While doing this I was curious how much disk space I would be saving so I took a few minutes to leverage the Get-MailboxStatistics cmdlet and…

Search for and delete content within a mailbox using PowerShell

November 21, 2016 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands, Tips and Tricks

I was recently asked to delete a specific message from a user mailbox as the recall function did not work (the message had already been read).  I was able to check if the message existed in the mailbox using the…

Determine the average mailbox size using PowerShell

Determine the average mailbox size using PowerShell

November 14, 2016 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands, Tips and Tricks

  I have been asked to provide a colleague with some statistics around our Exchange environment, including the average mailbox size.  There is no way to determine this using the GUI so once again PowerShell comes to the rescue with…

Count the number of mailboxes using PowerShell

Count the number of mailboxes using PowerShell

October 2, 2016 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands, Tips and Tricks

  If you need a quick and easy way to count the number of mailboxes in your Exchange environment then you can use the Get-Mailbox cmdlet: (Get-Mailbox -ResultSize Unlimited).Count  

Attach a disconnected online archive to a user mailbox

September 20, 2016 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands, Tips and Tricks

I have been migrating some users to a new Active Directory domain and part of this has involved converting linked mailboxes to user mailboxes within Exchange. Reconnecting a disconnected mailbox doesn’t include the archive, this needs to be done manually….

Change a mailbox type using PowerShell

April 4, 2016 · by dave.webb · in Exchange 2010, Exchange 2013, Exchange 2016, PowerShell Commands

Today I needed to convert an existing user mailbox into a room mailbox.  I was able to do this quite easily using the Set-Mailbox cmdlet.  Here is an example of how to do this: Set-Mailbox -Identity “boardroom” -Type Room Note:…

1 2 Next →

Blog search

Categories

  • Configuration (8)
  • Exchange 2010 (43)
  • Exchange 2013 (20)
  • Exchange 2016 (35)
  • Exchange Online (4)
  • IIS (1)
  • Installation (10)
  • Maintenance (3)
  • News (1)
  • Office 365 (9)
  • Outlook Web App (1)
  • PowerShell Commands (47)
  • Security (1)
  • Tips and Tricks (39)
  • Troubleshooting (19)
  • Uncategorized (5)

Monthly archives

  • November 2021 (1)
  • October 2021 (1)
  • June 2021 (1)
  • April 2021 (2)
  • January 2021 (2)
  • August 2020 (1)
  • July 2020 (1)
  • April 2020 (2)
  • March 2020 (1)
  • February 2020 (1)
  • January 2020 (1)
  • November 2019 (4)
  • October 2019 (1)
  • July 2019 (3)
  • May 2019 (1)
  • March 2019 (1)
  • January 2019 (1)
  • October 2018 (3)
  • June 2018 (1)
  • February 2018 (1)
  • January 2018 (1)
  • August 2017 (1)
  • July 2017 (1)
  • June 2017 (1)
  • April 2017 (1)
  • January 2017 (3)
  • December 2016 (1)
  • November 2016 (3)
  • October 2016 (1)
  • September 2016 (1)
  • April 2016 (2)
  • February 2016 (1)
  • January 2016 (1)
  • September 2015 (1)
  • July 2015 (2)
  • June 2015 (1)
  • May 2015 (1)
  • April 2015 (1)
  • January 2015 (1)
  • September 2014 (1)
  • March 2014 (1)
  • January 2014 (1)
  • July 2013 (6)
  • June 2013 (1)
  • May 2013 (1)
  • March 2013 (2)
  • January 2013 (2)
  • December 2012 (1)
  • October 2012 (1)
  • February 2012 (1)
  • December 2011 (2)
  • November 2011 (1)
  • November 2010 (1)
  • August 2010 (1)
  • July 2010 (1)
  • June 2010 (1)
  • May 2010 (2)
  • April 2010 (7)

Exchange links

  • Exchange home page
  • Exchange support forum

General links

  • Adventures in SharePoint
  • Adventures in VMware
  • GiaKonda IT
  • Windows 2012 Forums

Copyright © 2025 Adventures in Exchange

Powered by WordPress and Origin