All Collections
Knowledge Base
Endpoint and SaaS Apps
Troubleshooting - Endpoint and SaaS Apps
How to backup only those users who have an employee ID in Azure AD
How to backup only those users who have an employee ID in Azure AD
Updated over a week ago

Overview

Suppose there are many employees in the company. Some are permanent employees, and some are temporary employees. Only permanent employees have employee ID, and temporary employees do not have employee ID.

We want to backup only the users who are permanent employees and have employee IDs.

Procedure title

  • Create a Security Group in Azure with Membership Type of "Dynamic User".

  • Add below dynamic query to the membership rules and click Save.

“user.employeeId -ne $null”

Did this answer your question?