HowTo: Add Managers to Employees in Microsoft Azure / Entra AD

Defining managers for each employee in CyberHoot is very important. Employee managers are Carbon Copied (CC’d) on reminder emails sent to employees. This only happens when an Employee has not completed an assignment by the due date.
The moment an assignment is completed, CyberHoot stops sending reminders for that assignment. All emails sent contain reminders for all outstanding assignments.
HowTo: Add Managers in Microsoft Azure AD / Entra ID:
CyberHoot will pull in managers assigned to users automatically from Microsoft Entra if you have assigned them to each User. Here’s instructions for how to do that.
Set Managers in the Microsoft Portal:
- Navigate to Microsoft Entra ID / Azure AD portal and select “Users” from the left-hand menu.
- Click on an employee’s name to open their profile, then select “Edit properties.”
- Under the “Job info” tab, click “Edit” next to “Manager.”
- Search for and select the employee’s manager.
- Click “Save” to update the reporting relationship.
Repeat these steps for each employee as needed.
Source: How to setup your Org Chart in Microsoft Entra/Azure AD.
Set Managers Using PowerShell:
- Use the Set-AzureADUserManager cmdlet to update a user’s manager in Azure AD.
- The syntax is Set-AzureADUserManager -ObjectId “<UserObjectID>” -RefObjectId “<ManagerObjectID>”
- Replace <UserObjectID> with the Object ID of the employee and <ManagerObjectID> with the Object ID of the manager.
This method is particularly useful for bulk updates or automating the process.
Source: How to use powershell to update user fields in Microsoft Entra/Azure AD.
Additional Azure Sync Details:
- Azure syncing runs in the background every 4 hours automatically.
- Administrators can force an immediate synchronization in the CyberHoot Platform here: Admin -> User/Group/Manager -> Azure Settings. Scroll to bottom and press “Sync Now” button.
Related Articles
HowTo: Add Managers to Employees in Microsoft Azure / Entra ID
Defining managers for each employee in CyberHoot is very important. Employee managers are Carbon Copied (CC’d) on reminder emails sent to employees. This only happens when an Employee has not completed an assignment by the due date. The moment an ...
HowTo: Add Managers to Employees in Microsoft Azure / Entra ID
Defining managers for each employee in CyberHoot is very important. Employee managers are Carbon Copied (CC’d) on reminder emails sent to employees. This only happens when an Employee has not completed an assignment by the due date. The moment an ...
HowTo: How to Archive Users via Azure Sync (Entra ID) on the Power Platform
Archiving users on CyberHoot’s Power Platform via Azure AD Sync (using Graph API) If your company uses Microsoft Azure, you can use it as a simple and effective way to manage users within CyberHoot. Follow the steps below to archive Azure users: ...
HowTo: How to Add Users via M365 (Entra ID) on Power Platform
Adding users to CyberHoot’s Power Platform via Azure AD/ Entra ID Sync (using Graph API) If your company uses Microsoft Azure / Entra ID, you can use it as a simple and effective way to manage users within CyberHoot. Follow the steps below: ...
HowTo: Avanan Allow-Listing in Microsoft 365
This HowTo article explains how to configure Avanan’s Allow Listing rules to allow Attack Phishing tests to reach end users in Microsoft O365 environments. Warning: CyberHoot supports fake email Attack-Phishing for customers. Please keep in mind this ...