windows:servers:exchange:move_database

Differences

This shows you the differences between two versions of the page.


windows:servers:exchange:move_database [2019/10/31 09:14] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Move database and log folder path in Exchange 2013 using PowerShell ======
 +<code powershell| Get current location>Get-MailboxDatabase | fl Name,EdbFilePath,LogFolderPath</code>
 +<code powershell| Get current location>Get-MailboxDatabase "DatabaseName" | FL Name,*Path*</code>
 +<code powershell| Move>Move-Databasepath "DatabaseName" –EdbFilepath "C:\Newlocation\DBname.edb" –LogFolderpath "C:\Newlocation"</code>
  
  • windows/servers/exchange/move_database.txt
  • Last modified: 2019/10/31 09:14
  • by 127.0.0.1