Dynamic distribution group
4 TopicsExchange Online Restricts the Number of Dynamic Distribution Groups
Exchange Online is imposing a new tenant-wide limit of 3,000 Dynamic Distribution Groups. Few tenants might be affected, but the question might be asked why Microsoft is limiting DDGs at this point. Is it a cunning plan to prompt people to use dynamic Microsoft 365 groups instead? Or are some tenants abusing DDGs in weird and wonderful ways? Who knows, but the limit applies from early April 2025. https://office365itpros.com/2025/03/10/dynamic-distribution-groups-limit/103Views1like2CommentsPowershell ResultSize not working
Hello, I wrote a small script but for some reason “ResultSize” doesn’t work. “WARNING: There are more results available than currently displayed. If you want to display all results, increase the value for the ResultSize parameter. “ but this is already on “unlimited” I already tried with digits but won't works. #Connect-ExchangeOnline $DLList = Import-CSV "C:\temp\Liste_DL_UTF8.csv" #$DLList.Liste foreach($Line in $DLList) { #Write-Host $Line.Liste Get-DynamicDistributionGroupMember -ResultSize unlimited -Identity $Line.Liste | Select-Object DisplayName | Export-Csv -Path C:\Temp\DL_Listen_Members\$($Line.Liste)_Members.csv #Write-Host (Get-DynamicDistributionGroupMember -ResultSize unlimited -Identity $Line.Liste).DisplayName } Thanks for every help!Solved22KViews0likes2CommentsCannot Send this News post by email to Dynamic Distribution Group
Hello, I have been advised by staff that this function was possible in the past to share a Sharepoint News article directly to a Dynamic Distribution Group, however this is no longer an option in our environment as the Dynamic Distribution Group name no longer appears. Individual user email addresses and email distribution groups appear, just not our large Dynamic group that captures all email addresses I.e. Allusers@xyz. This could have been an internal permission change but wanted to check if this was always possible by design? Appreciate any comments or feedback986Views1like1CommentOffice 365 Dynamic distribution groups and on prem AD accounts
Hi, I have created a dynamic dist grp in exchange online. We also have a previous on prem AD with sync on. Its a hybrid solution. Apparently some users doesn't receive the mail i send to the DDG. I can see the the users not receiving email was created in the on prem AD years ago. what have i missed?1.5KViews0likes1Comment