Closed
Description
It would be good for the ADReplicationSiteLink resource to be able to enable the change notification replication.
Done in PowerShell by setting the options attribute:
Set-ADReplicationSiteLink "Europe-Asia" -Replace @{'options'=1}
Suggest having a boolean option for EnableChangeNotification. If true, options = 1, if false, options not set. Default value $false.
I am happy to look at this in the near future as I am looking to use this