Hi all,
I want to add 2 new Virtual Exchange mailbox servers to our current DAG, 1 for each site, replicating with each other. The reason for using VHDX is because of the larger size (64TB max) and I don't want to use passthrough disks.
I've read about the replication issue's when using mailbox servers with different Physical Sector sizes.
On our current servers we have 512 Bytes Per Physical Sector.
Am I right that when I use the following command line to create a 512 Physical Sector Size virtual hard disk , i shouldn't run into replication issue's ??
New-VHD -Path "C:\Hyper-V Test\VM01\test.vhdx" -Fixed -SizeBytes 250GB -LogicalSectorSizeBytes 512 -PhysicalSectorSizeBytes 512
Regards
Misha