A cloud-based identity and access management service for securing user authentication and resource access
You cannot create dynamic M365 Groups via the New-UnifiedGroup cmdlet, use New-AzureADMSGroup or the Graph API directly.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am fairly new to Azure dynamic groups and I've been asked if we can create O365 groups in Exchange Online, using the New-UnifiedGroup and Set-UnifiedGroup cmdlets also the group should be dynamic, based upon "Managers direct reportee" criteria. The script should prompt for manager's employee ID and then use it to fetch their direct reportees. Is this even possible? or do I skip Exchange Online entirely, and in Azure use the New-AzureADMSGroup cmdlets to create a dynamic group.
Any help is appreciated. Thanks.
A cloud-based identity and access management service for securing user authentication and resource access
You cannot create dynamic M365 Groups via the New-UnifiedGroup cmdlet, use New-AzureADMSGroup or the Graph API directly.