A cloud-based service included in Microsoft 365, delivering scalable messaging and collaboration features with simplified management and automatic updates.
P.S. By the way, theeDiscovery does NOT discover the discovery manager's mailbox although it's also the member of the DS group. I thought that adding the discovery mailbox to the group would not affect the discovery process either... but I was wrong.
Regarding the second issue mentioned above: does anybody know why MS recommends to use the "double-step method" - 1) $DG=... 2) $DG.DistinguishedName"
New-ManagementScope "Ottawa Users eDiscovery Scope" -RecipientRestrictionFilter "MemberOfGroup -eq '$($DG.DistinguishedName)'"
...if the -RecipientRestrictionFilter can be specified only by name, for example
New-ManagementScope "Ottawa Users eDiscovery Scope" -RecipientRestrictionFilter "MemberOfGroup -eq 'DS_Group'"?


