We've migrated users mailboxes from Exchange 2010 to Exchange 2013, and trying to resolve resting nuisances. One of them: now users can't change its membership in distribution groups (universal distribution groups) with Open MemberJoinRestriction / MemberDepartRestriction using Outlook.
Exploring RBAC role entries I discover that they keep reference to Exchange 2010, like this:
(Microsoft.Exchange.Management.PowerShell.E2010) Get-CalendarNotification -Credential -Debug -DomainController -ErrorAction -ErrorV
ariable -Identity -OutBuffer -OutVariable -ReadFromDomainController -ResultSize -Verbose -WarningAction -WarningVariable
Is it Ok Or I have to upgrade RBAC entries?
Dmitry