Important que el nou disc sigui REFS (64K tamany del bloc):

PowerShell
Get-Disk
Get-Disk 4 | Initialize-Disk -PartitionStyle GPT
Get-Disk 4 | New-Partition -UseMaximumSize -DriveLetter H | Format-Volume -FileSystem REFS -AllocationUnitSize 65536 -NewFileSystemLabel "BUSTIES4" -SetIntegrityStreams $false
Get-CimInstance -ClassName Win32_Volume | Select-Object Label, BlockSize | Format-Table -Autosize

Moure la base de dades

PowerShell
Get-MailboxDatabase | Format-List Name, EdbFilePath, LogFolderPath
Move-DatabasePath "BUSTIES01" -EdbFilePath "H:\BBDD_BUSTIES\BISTIES01.edb" -LogFolderPath "H:\BBDD_BUSTIES"

Font