Currently, my databases/logs reside on an external USB 1TB drive (D:\Mailbox\Mail400).
That being said, I need to move both database/logs to the C:\ drive
Database - "C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\Mail400"
Logs- "C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\Mail400\Logs\".
Is this the correct cmdlet I would use to accomplish this move?
Move-DatabasePath "Mail400" -EdbFilePath "C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\Mail400\Mail400.edb" -LogFolderPath "C:\Program Files\Microsoft\Exchange Server\V15\Mailbox\Mail400\Logs\"
I realize the best practice is to separate the database file and transaction logs onto separate disks but that isn't an option for us at this time.
Ex2013sp1
PennyM