I followed the instructions online to set this up using this command:
Set-VMReplication -VMName <VM-Name> -EnableWriteOrderPreservationAcrossDisks 1
But I keep getting this message: WARNING: 'EnableWriteOrderPreservationAcrossDisks' is not required for 'Set-VMReplication'.
Well is it enabled or not? It doesn't say. And if I run this:
Get-VMreplication -VMName <VM-Name> | fl
It does not list that setting in the list. So I still don't know if it is set. Is there a way to get powershell to tell me if the setting is on or not?