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/fundamentals/active-directory-manage-groups.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,25 +9,28 @@ ms.service: active-directory
9
9
ms.workload: identity
10
10
ms.subservice: fundamentals
11
11
ms.topic: conceptual
12
-
ms.date: 08/28/2017
12
+
ms.date: 06/14/2019
13
13
ms.author: lizross
14
14
ms.reviewer: piotrci
15
15
ms.custom: "it-pro, seodec18"
16
16
ms.collection: M365-identity-device-management
17
17
---
18
18
19
19
# Manage app and resource access using Azure Active Directory groups
20
+
20
21
Azure Active Directory (Azure AD) helps you to manage your cloud-based apps, on-premises apps, and your resources using your organization's groups. Your resources can be part of the directory, such as permissions to manage objects through roles in the directory, or external to the directory, such as for Software as a Service (SaaS) apps, Azure services, SharePoint sites, and on-premises resources.
21
22
22
23
>[!NOTE]
23
24
>To use Azure Active Directory, you need an Azure account. If you don't have an account, you can [sign up for a free Azure account](https://azure.microsoft.com/free/).
24
25
25
26
## How does access management in Azure AD work?
27
+
26
28
Azure AD helps you give access to your organization's resources by providing access rights to a single user or to an entire Azure AD group. Using groups lets the resource owner (or Azure AD directory owner), assign a set of access permissions to all the members of the group, instead of having to provide the rights one-by-one. The resource or directory owner can also give management rights for the member list to someone else, such as a department manager or a Helpdesk administrator, letting that person add and remove members, as needed. For more information about how to manage group owners, see [Manage group owners](active-directory-accessmanagement-managing-group-owners.md)
27
29
28
30

29
31
30
32
## Ways to assign access rights
33
+
31
34
There are four ways to assign resource access rights to your users:
32
35
33
36
-**Direct assignment.** The resource owner directly assigns the user to the resource.
@@ -45,11 +48,21 @@ There are four ways to assign resource access rights to your users:
45
48

46
49
47
50
## Can users join groups without being assigned?
51
+
48
52
The group owner can let users find their own groups to join, instead of assigning them. The owner can also set up the group to automatically accept all users that join or to require approval.
49
53
50
-
After a user requests to join a group, the request is forwarded to the group owner. If it's required, the owner can approve the request and the user is notified of the group membership. However, if you have multiple owners and one of them disapproves, the user is notified, but isn't added to the group. For more information and instructions about how to let your users request to join groups, see [Set up Azure AD so users can request to join groups](../users-groups-roles/groups-self-service-management.md)
54
+
After a user requests to join a group, the request is forwarded to the group owner. If required, the owner can approve the request and the user is notified of the group membership. If you have multiple owners and one of them disapproves, the user is notified, but isn't added to the group. For more information and instructions about how to let your users request to join groups, see [Set up Azure AD so users can request to join groups](../users-groups-roles/groups-self-service-management.md)
55
+
56
+
## Group writeback to on-premises (preview)
57
+
58
+
Today, many groups are still managed in on-premises Active Directory. To meet our users' requests to sync cloud groups back to on-premise, Office 365 groups writeback feature is now available for preview.
59
+
60
+
Office 365 groups are created and managed in the cloud. The new writeback capability allows you to writeback Office 365 groups as distribution groups to a forest with Exchange installed. Users with on-premise Exchange mailbox can then send and receive emails from these groups. The group writeback feature doesn't handle security groups or distribution groups.
61
+
62
+
For more details, please refer to documentation for the [Azure AD Connect sync service](../hybrid/how-to-connect-syncservice-features.md).
51
63
52
64
## Next steps
65
+
53
66
Now that you have a bit of an introduction to access management using groups, you start to manage your resources and apps.
54
67
55
68
-[Create a new group using Azure Active Directory](active-directory-groups-create-azure-portal.md) or [Create and manage a new group using PowerShell cmdlets](../users-groups-roles/groups-settings-v2-cmdlets.md)
0 commit comments