Skip to content

Commit 360bbab

Browse files
committed
Update how-to-data-retrieval.md
1 parent 17ba4ec commit 360bbab

File tree

1 file changed

+46
-11
lines changed

1 file changed

+46
-11
lines changed

articles/active-directory-domain-services/how-to-data-retrieval.md

Lines changed: 46 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,60 @@ This document describes how to retrieve data from Azure Active Directory Domain
2121

2222
## Use Azure Active Directory to create, read, update, and delete user objects
2323

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.
24+
You can create, read, update, and delete user objects in the Azure AD portal, as shown in then following steps, or by using Graph PowerShell or Graph API.
2525

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)
26+
### Create, read, or update a user
2827

29-
2. Click on the **Alerts** tile.</br>
30-
![Alert](./media/how-to-connect-health-data-retrieval/retrieve3.png)
28+
You can create a new user using the Azure Active Directory portal.
29+
To add a new user, follow these steps:
3130

32-
3. Click on **Notification Settings**.
33-
![Notification](./media/how-to-connect-health-data-retrieval/retrieve4.png)
31+
1. Sign in to the [Azure portal](https://portal.azure.com/) in the User Administrator role for the organization.
32+
33+
1. Search for and select *Azure Active Directory* from any page.
34+
35+
1. Select **Users**, and then select **New user**.
36+
37+
![Add a user through Users - All users in Azure AD](media/add-users-azure-active-directory/add-user-in-users-all-users.png)
38+
39+
1. On the **User** page, enter information for this user:
40+
41+
- **Name**. Required. The first and last name of the new user. For example, *Mary Parker*.
42+
43+
- **User name**. Required. The user name of the new user. For example, `[email protected]`.
44+
45+
- **Groups**. Optionally, you can add the user to one or more existing groups.
46+
47+
- **Directory role**: If you require Azure AD administrative permissions for the user, you can add them to an Azure AD role.
48+
49+
- **Job info**: You can add more information about the user here.
50+
51+
1. Copy the autogenerated password provided in the **Password** box. You'll need to give this password to the user to sign in for the first time.
52+
53+
1. Select **Create**.
54+
55+
The user is created and added to your Azure AD organization.
56+
57+
To read or update a user, search for and select the user such as, _Mary Parker_. Change any property and click **Save**.
58+
59+
### Delete a user
60+
61+
To delete a user, follow these steps:
62+
63+
1. Search for and select the user you want to delete from your Azure AD tenant. For example, _Mary Parker_.
64+
65+
1. Select **Delete user**.
66+
67+
![Users - All users page with Delete user highlighted](media/add-users-azure-active-directory/delete-user-all-users-blade.png)
68+
69+
The user is deleted and no longer appears on the **Users - All users** page. The user can be seen on the **Deleted users** page for the next 30 days and can be restored during that time.
70+
71+
When a user is deleted, any licenses consumed by the user are made available for other users.
3472

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-
3873
## Use RSAT tools to connect to an Azure AD DS managed domain and view users
3974

4075
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).
4176

42-
1. From the **Start** menu, select **Windows Administrative Tools**. The AD administrative tools installed in the previous step are listed.
77+
1. From the **Start** menu, select **Windows Administrative Tools**. The Active Directory Administration Tools are listed.
4378

4479
![List of Administrative Tools installed on the server](./media/tutorial-create-management-vm/list-admin-tools.png)
4580

0 commit comments

Comments
 (0)