|
| 1 | +--- |
| 2 | +title: Instructions for data retrieval from Azure Active Directory Domain Services | Microsoft Docs |
| 3 | +description: Learn how to retrieve data from Azure Active Directory Domain Services (Azure AD DS). |
| 4 | +services: active-directory-ds |
| 5 | +author: justinha |
| 6 | +manager: karenhoran |
| 7 | + |
| 8 | +ms.service: active-directory |
| 9 | +ms.subservice: domain-services |
| 10 | +ms.workload: identity |
| 11 | +ms.topic: conceptual |
| 12 | +ms.date: 04/13/2022 |
| 13 | +ms.author: justinha |
| 14 | +--- |
| 15 | + |
| 16 | +# Azure AD DS instructions for data retrieval |
| 17 | + |
| 18 | +This document describes how to retrieve data from Azure Active Directory Domain Services (Azure AD DS). |
| 19 | + |
| 20 | +[!INCLUDE [active-directory-app-provisioning.md](../../../includes/gdpr-intro-sentence.md)] |
| 21 | + |
| 22 | +## Use Azure Active Directory to create, read, update, and delete user objects |
| 23 | + |
| 24 | +To retrieve the email addresses for all of your users that are configured in Azure AD Connect Health to receive alerts, use the following steps. |
| 25 | + |
| 26 | +1. Start at the Azure Active Directory Connect health blade and select **Sync Services** from the left-hand navigation bar. |
| 27 | +  |
| 28 | + |
| 29 | +2. Click on the **Alerts** tile.</br> |
| 30 | +  |
| 31 | + |
| 32 | +3. Click on **Notification Settings**. |
| 33 | +  |
| 34 | + |
| 35 | +4. On the **Notification Setting** blade, you will find the list of email addresses that have been enabled as recipients for health Alert notifications. |
| 36 | +  |
| 37 | + |
| 38 | +## Use RSAT tools to connect to an Azure AD DS managed domain and view users |
| 39 | + |
| 40 | +Sign in to the an administrative workstation with a user account that's a member of the *AAD DC Administrators* group. The following steps require installation of [Remote Server Administration Tools (RSAT)](tutorial-create-management-vm.md#install-active-directory-administrative-tools). |
| 41 | + |
| 42 | +1. From the **Start** menu, select **Windows Administrative Tools**. The AD administrative tools installed in the previous step are listed. |
| 43 | + |
| 44 | +  |
| 45 | + |
| 46 | +1. Select **Active Directory Administrative Center**. |
| 47 | +1. To explore the managed domain, choose the domain name in the left pane, such as *aaddscontoso*. Two containers named *AADDC Computers* and *AADDC Users* are at the top of the list. |
| 48 | + |
| 49 | +  |
| 50 | + |
| 51 | +1. To see the users and groups that belong to the managed domain, select the **AADDC Users** container. The user accounts and groups from your Azure AD tenant are listed in this container. |
| 52 | + |
| 53 | + In the following example output, a user account named *Contoso Admin* and a group for *AAD DC Administrators* are shown in this container. |
| 54 | + |
| 55 | +  |
| 56 | + |
| 57 | +1. To see the computers that are joined to the managed domain, select the **AADDC Computers** container. An entry for the current virtual machine, such as *myVM*, is listed. Computer accounts for all devices that are joined to the managed domain are stored in this *AADDC Computers* container. |
| 58 | + |
| 59 | +You can also use the *Active Directory Module for Windows PowerShell*, installed as part of the administrative tools, to manage common actions in your managed domain. |
| 60 | + |
| 61 | +## Next Steps |
| 62 | +* [Azure AD DS Overview](overview.md) |
0 commit comments