The Best Rated EmaiI Signature Portal

IT Pro: How to filter users in Azure AD using Filter by Group Regular Expression (Wildcards)

This filter allows the use of wildcards to import users from specific Azure AD groups which names contain specific text strings.

Examples:

The below filter import users from Azure AD groups with names starting with "AzureAD"

^AzureAD.*

with "AzureAD" in the middle of the name

.*AzureAD.*
with names ending with "AzureAD"
.*AzureAD$


Reference:
https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-language-quick-reference

Download Microsoft Quick Reference

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.