Skip to content

Commit 17ba4ec

Browse files
committed
new topic
1 parent 275dec9 commit 17ba4ec

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

articles/active-directory-domain-services/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@
9191
href: migrate-from-classic-vnet.md
9292
- name: Change SKU
9393
href: change-sku.md
94+
- name: Retrieve data
95+
href: how-to-data-retrieval.md
9496
- name: Secure Azure AD DS
9597
items:
9698
- name: Secure your managed domain
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
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+
![Sync Services](./media/how-to-connect-health-data-retrieval/retrieve1.png)
28+
29+
2. Click on the **Alerts** tile.</br>
30+
![Alert](./media/how-to-connect-health-data-retrieval/retrieve3.png)
31+
32+
3. Click on **Notification Settings**.
33+
![Notification](./media/how-to-connect-health-data-retrieval/retrieve4.png)
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+
![Emails](./media/how-to-connect-health-data-retrieval/retrieve5a.png)
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+
![List of Administrative Tools installed on the server](./media/tutorial-create-management-vm/list-admin-tools.png)
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+
![List the available containers part of the managed domain](./media/tutorial-create-management-vm/active-directory-administrative-center.png)
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+
![View the list of Azure AD DS domain users in the Active Directory Administrative Center](./media/tutorial-create-management-vm/list-azure-ad-users.png)
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

Comments
 (0)