Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find the path to Exchange mailbox database

$
0
0

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

 


Viewing all articles
Browse latest Browse all 3333

Trending Articles