I'm using powershell to get the value of msDS-ReplLinkFailures attribute like this:
Get-ADRootDSE -Properties msDS-ReplLinkFailures
This works ok if the current user is member of domain's Administrators group. When I run the above example using non admin user I don't get any results for msDS-ReplLinkFailures.
Is it possible to give a user/group rights to read msDS-ReplLinkFailures since this attribute belongs to RootDSE?