You're talking about database transaction logs, right?
You'll have to perform the following on each database separately.
Is there a DAG? If there are multiple copies, the task is more difficult.
If there aren't multiple copies, simply enter a command like this:
Move-DatabasePath -Identity DATABASE_NAME -LogFolderPath E:\Path\Path
There will be a brief outage for those whose mailboxes are hosted in that database.
If there are multiple copies, you must dismount the database, enter the above command with the -ConfigurationOnly:$True switch, manually move the log files on each server, then mount the database.
You're talking about database transaction logs, right?
You'll have to perform the following on each database separately.
Is there a DAG? If there are multiple copies, the task is more difficult.
If there aren't multiple copies, simply enter a command like this:
Move-DatabasePath -Identity DATABASE_NAME -LogFolderPath E:\Path\PathThere will be a brief outage for those whose mailboxes are hosted in that database.
If there are multiple copies, you must dismount the database, enter the above command with the -ConfigurationOnly:$True switch, manually move the log files on each server, then mount the dat