December 10th, 2012

PowerTip: Find the path to Exchange mailbox database

Doctor Scripto
Scripter

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

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

1 comment

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

Newest
Newest
Popular
Oldest
  • Otero Dapena, Jesús

    Thanks for script

Feedback