M365
1 TopicNeed assistance bulk creating M365 Dynamic Groups and configuring mail properties via powershell
Hello community, I am able to bulk create M365 Groups (static membership) via the post link here - How to bulk create Microsoft 365 groups - Microsoft Community This uses the 'New-UnifiedGroup' command and works great for static groups. However, I am not able to create these groups to be dynamic. For M365 Dynamic group creation, I have to use the New-AzureADMSGroup command. My issue is, the 'New-AzureADMSGroup' command doesnt allow for the same settings as 'New-UnfiedGroup'. For example, I want to Create Dynamic M365 Groups, along with description, sending requirements, disable welcome message, etc. Many of these features are not available with New-AzureADMSGroup, however New-UnifiedGroup doesnt allow to create a Dynamic group (only static) Do i need to create with New-UnifiedGroup, then use New-AzureADMSGroup to convert to Dynamic and finalize settings? Thanks in advance!2.9KViews0likes3Comments