July 2017
Intermediate to advanced
648 pages
31h 9m
English
Before changing the EdbfilePath or the LogFolderPath locations for a database, you may want to check the existing configuration. To do so, use the Get-MailboxDatabase cmdlet, as shown in the following screenshot:

Here you can see that we are piping the Get-MailboxDatabase cmdlet to Format-List (using the fl alias) and selecting the Name, EdbFilePath, and LogFolderPath properties, which will display the relevant information for every database in the organization. You can retrieve this information for a single database by specifying the name of the database using the -Identity parameter.
Read now
Unlock full access