PowerTip: Find the path to Exchange mailbox database

Doctor Scripto

Summary:  Use Windows PowerShell to find the path to the Exchange mailbox databases.

Hey, Scripting Guy! Question How can I find the path to the Exchange mailbox database on my Exchange Server?

Hey, Scripting Guy! Answer Use the Get-MailboxDatabase cmdlet, and select the EdbFilePath property, as shown here.

Get-MailboxDatabase -Status | select edbfilepath

 

1 comment

Discussion is closed. Login to edit/delete existing comments.

  • Otero Dapena, Jesús 0

    Thanks for script

Feedback usabilla icon