You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/how-to-data-retrieval.md
+46-11Lines changed: 46 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,25 +21,60 @@ This document describes how to retrieve data from Azure Active Directory Domain
21
21
22
22
## Use Azure Active Directory to create, read, update, and delete user objects
23
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.
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.
25
25
26
-
1. Start at the Azure Active Directory Connect health blade and select **Sync Services** from the left-hand navigation bar.
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
+

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
+

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.
34
72
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.
## Use RSAT tools to connect to an Azure AD DS managed domain and view users
39
74
40
75
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
76
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.
43
78
44
79

0 commit comments