windows:servers:exchange:move_database

Move database and log folder path in Exchange 2013 using PowerShell

Get current location
Get-MailboxDatabase | fl Name,EdbFilePath,LogFolderPath
Get current location
Get-MailboxDatabase "DatabaseName" | FL Name,*Path*
Move
Move-Databasepath "DatabaseName" –EdbFilepath "C:\Newlocation\DBname.edb" –LogFolderpath "C:\Newlocation"
Enter your comment:
213 -15 =
 
  • windows/servers/exchange/move_database.txt
  • Last modified: 2019/10/31 09:14
  • by 127.0.0.1