SV-259669r961095_rule
V-259669
SRG-APP-000211
EX19-MB-000105
CAT II
10
Update the EDSP to specify the location where the Exchange Mailbox databases reside or verify that this information is documented by the organization.
Configure the mailbox databases on a dedicated partition.
Ensure the drive that its being moved to has enough space for the database and logs (if not moving the logs to their own partition). Consult the EDSP and ensure that this is done within a maintenance window as this will incur downtime for any users connected to this mailbox database. Ensure backups are not running at the time this needs to be done. If this server is in a Database Availability Group, this cannot be done until all replicated copies of that database are removed first. Then the move operation can be performed. Once completed, replicated copies can be recreated appropriately.
In an Exchange Management Shell, run the following (assuming copies of the database is removed if replicated or if it is a single copy database):
Move-DatabasePath -Identity "<name of database>" -EdbFilePath "<drive>:\PathToDatabase\<MailboxDatabase.edb>" -LogFolderPath "<drive>:\LogFolderPath\"
Example:
Move-DatabasePath -Identity "Database1" -EdbFilePath "D:\MailboxDBs\Database1.edb" -LogFolderPath "D:\MailboxDBLogs\"
Review the Email Domain Security Plan (EDSP) or document that contains this information.
Determine the location where the Exchange Mailbox databases reside.
Open the Exchange Management Shell and enter the following command:
Get-MailboxDatabase | Select-Object -Property Name, Identity, EdbFilePath
Open Windows Explorer, navigate to the mailbox databases, and verify they are on a dedicated partition.
If the mailbox databases are not on a dedicated partition, this is a finding.
V-259669
False
EX19-MB-000105
Review the Email Domain Security Plan (EDSP) or document that contains this information.
Determine the location where the Exchange Mailbox databases reside.
Open the Exchange Management Shell and enter the following command:
Get-MailboxDatabase | Select-Object -Property Name, Identity, EdbFilePath
Open Windows Explorer, navigate to the mailbox databases, and verify they are on a dedicated partition.
If the mailbox databases are not on a dedicated partition, this is a finding.
M
5580