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 whose names contain specific text strings.

Examples:

The below filter imports 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.