Microsoft 365 Administrator — Question 364
Your company has on-premises servers and an Azure AD tenant.
Several months ago, the Azure AD Connect Health agent was installed on all the servers.
You review the health status of all the servers regularly.
Recently, you attempted to view the health status of a server named Server1 and discovered that the server is NOT listed on the Azure AD Connect Servers list.
You suspect that another administrator removed Server1 from the list.
You need to ensure that you can view the health status of Server1.
What are two possible ways to achieve the goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. From Windows PowerShell, run the Register-AzureADConnectHealthSyncAgent cmdlet.
- B. From Azure Cloud shell, run the Connect-AzureAD cmdlet.
- C. From Server1, reinstall the Azure AD Connect Health agent.
- D. From Server1, change the Azure AD Connect Health services Startup type to Automatic.
- E. From Server1, change the Azure AD Connect Health services Startup type to Automatic (Delayed Start).
Correct answer: A, C
Explanation
The correct answers are A and C. Running the Register-AzureADConnectHealthSyncAgent cmdlet from Windows PowerShell will re-register Server1 with Azure AD Connect Health, allowing you to monitor its health status. Reinstalling the Azure AD Connect Health agent on Server1 ensures the agent is correctly set up and connected. The other options do not address the registration or installation of the necessary agent for health monitoring.