Exchange 2013 SP1, no DAG but working on it. We have moved the mailbox DB to a different drive and unknown to us, the log files were also moved to this same drive. Isn't it recommended to have the logs on a different drive than the mailbox DB? And how do we move just the logs to a different drive other than the mailbox DB drive? I have seen where you can move individual logs but is there a command to move all logs? Something like this:
Move-Databasepath –LogFolderpath “C:\Newlocation”
or
since the DB and logs reside on the same drive, can we run this without any damage?
Move-Databasepath “DatabaseName” –EdbFilepath “D:\samelocationAsNow\DBname.edb” –LogFolderpath “C:\Newlocation”