====== Move database and log folder path in Exchange 2013 using PowerShell ====== Get-MailboxDatabase | fl Name,EdbFilePath,LogFolderPath Get-MailboxDatabase "DatabaseName" | FL Name,*Path* Move-Databasepath "DatabaseName" –EdbFilepath "C:\Newlocation\DBname.edb" –LogFolderpath "C:\Newlocation"