Enable-VMReplication -VMName $VM -Computer $SourceHV - ReplicaServerName $DestHVBroker -ReplicaServerPort 80 -AuthenticationType Kerberos
returns:
Enable-VMReplication : Replication has already been enabled on virtual machine '[vmname]'. Please use the Set-VMReplication cmdlet to modify replication settings.
Set-VMReplication -VMName $VM -Computer $SourceHV -CompressionEnabled $true
returns:
Set-VMReplication : Replication has not been enabled on virtual machine '[vmname]'. Please use the Enable-VMReplication cmdlet to enable replication.....
How do I fix or clean up this situation?