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
The AutomateProcessing parameter enables or disables calendar processing on the mailbox.
281
+
The AutomateProcessing parameter enables or disables calendar processing on the mailbox. Valid values are:
282
282
283
-
This parameter takes the following values:
283
+
- None: Calendar processing is disabled on the mailbox. Both the resource booking attendant and the Calendar Attendant are disabled on the mailbox.
284
284
285
-
- None: Both the resource booking attendant and the Calendar Attendant are disabled on the mailbox.
285
+
- AutoUpdate: Only the Calendar Attendant processes meeting requests and responses. Meeting requests are tentative in the calendar until they're approved by a delegate. Meeting organizers receive only decisions from delegates.
286
286
287
-
- AutoUpdate: Only the Calendar Attendant processes meeting requests and responses.
287
+
- AutoAccept: Both the Calendar Attendant and resource booking attendant are enabled on the mailbox. This means that the Calendar Attendant updates the calendar, and then the resource booking assistant accepts the meeting based upon the policies. Eligible meeting organizers receive the decision directly without human intervention (free = accept; busy = decline).
288
288
289
-
- AutoAccept: Both the Calendar Attendant and resource booking attendant are enabled on the mailbox. This means that the Calendar Attendant updates the calendar, and then the resource booking assistant accepts the meeting based upon the policies.
289
+
The default value for resource mailboxes created in the Exchange admin center (EAC) is AutoAccept. The default value for resource mailboxes created in PowerShell is AutoUpdate.
290
290
291
-
The default value on a resource mailbox is AutoAccept. The default value on a user mailbox is AutoUpdate, but you can't change the value on a user mailbox.
291
+
The default value for user mailboxes is AutoUpdate, but you can't change the value on a user mailbox.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/users-and-groups/Get-UnifiedGroup.md
+22-14Lines changed: 22 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -11,26 +11,34 @@ monikerRange: "exchonline-ps"
11
11
## SYNOPSIS
12
12
This cmdlet is available only in the cloud-based service.
13
13
14
-
Use the Get-UnifiedGroup cmdlet to view Office 365 groups in your cloud-based organization. To view members, owners and subscribers for Office 365 groups, use the Get-UnifiedGroupLinks cmdlet.
14
+
Use the Get-UnifiedGroup cmdlet to view Office 365 Groups in your cloud-based organization. To view members, owners and subscribers for Office 365 Groups, use the Get-UnifiedGroupLinks cmdlet.
15
15
16
16
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
Office 365 groups are group objects that are available across Office 365 services.
41
+
Office 365 Groups are group objects that are available across Office 365 services.
34
42
35
43
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
36
44
@@ -41,14 +49,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
41
49
Get-UnifiedGroup
42
50
```
43
51
44
-
This example returns a summary list of all Office 365 groups.
52
+
This example returns a summary list of all Office 365 Groups.
45
53
46
54
### -------------------------- Example 2 --------------------------
The IncludeSoftDeletedGroups switch specifies whether to include soft-deleted Office 365 groups in the results. You don't need to specify a value with this switch.
167
+
The IncludeSoftDeletedGroups switch specifies whether to include soft-deleted Office 365 Groups in the results. You don't need to specify a value with this switch.
160
168
161
-
This switch is required to return soft-deleted Office 365 groups.
169
+
This switch is required to return soft-deleted Office 365 Groups.
162
170
163
-
Soft-deleted Office 365 groups are deleted groups that are still recoverable.
171
+
Soft-deleted Office 365 Groups are deleted groups that are still recoverable.
This cmdlet is available only in the cloud-based service.
13
13
14
-
Use the New-UnifiedGroup cmdlet to create Office 365 groups in your cloud-based organization. To add members, owners, and subscribers to Office 365 groups, use the Add-UnifiedGroupLinks cmdlet.
14
+
Use the New-UnifiedGroup cmdlet to create Office 365 Groups in your cloud-based organization. To add members, owners, and subscribers to Office 365 Groups, use the Add-UnifiedGroupLinks cmdlet.
15
15
16
16
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
Office 365 groups are group objects that are available across Office 365 services.
110
+
Office 365 Groups are group objects that are available across Office 365 services.
62
111
63
112
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
64
113
@@ -96,7 +145,7 @@ All the properties and membership of the distribution group are copied to the Of
96
145
97
146
The alias and proxy addresses of the distribution group are moved to the Office 365 Group, and are replaced on the distribution group by the values DLMigrated\_\<GUID\>. The original proxy addresses are copied to the ExtensionCustomAttribute5 attribute of the distribution group.
98
147
99
-
Office 365 groups don't have ReportToManager and ReportToOriginator parameters, so the values of these parameters aren't migrated from the distribution group to the Office 365 Group. The Office 365 Group behaves as if the default values of these parameters were set (ReportToManager is $false and ReportToOriginator is $true). In other words, delivery status notifications (also known as DSNs, non-delivery reports, NDRs, or bounce messages) are sent to the message sender and not to the owner of the Office 365 Group.
148
+
Office 365 Groups don't have ReportToManager and ReportToOriginator parameters, so the values of these parameters aren't migrated from the distribution group to the Office 365 Group. The Office 365 Group behaves as if the default values of these parameters were set (ReportToManager is $false and ReportToOriginator is $true). In other words, delivery status notifications (also known as DSNs, non-delivery reports, NDRs, or bounce messages) are sent to the message sender and not to the owner of the Office 365 Group.
100
149
101
150
```yaml
102
151
Type: DistributionGroupIdParameter
@@ -142,7 +191,7 @@ When you create an Office 365 Group without using the EmailAddresses parameter,
142
191
143
192
If you don't use the Alias parameter when you create an Office 365 Group, the value of the DisplayName parameter is used. Spaces are removed, unsupported characters are converted to question marks (?), and numbers may be added to maintain the uniqueness of the Alias value.
144
193
145
-
The Alias value is appended with the ExternalDirectoryObjectId property value and used as the Name property value for the Office 365 group ("Alias\_\<ExternalDirectoryObjectId\>"\).
194
+
The Alias value is appended with the ExternalDirectoryObjectId property value and used as the Name property value for the Office 365 Group ("Alias\_\<ExternalDirectoryObjectId\>"\).
146
195
147
196
```yaml
148
197
Type: String
@@ -251,6 +300,28 @@ Accept pipeline input: False
251
300
Accept wildcard characters: False
252
301
```
253
302
303
+
### -DataEncryptionPolicy
304
+
The DataEncryptionPolicy parameter specifies the data encryption policy that's applied to the Office 365 Group. You can use any value that uniquely identifies the policy. For example:
The DeleteDlAfterMigration switch specifies whether to delete the distribution group after it's migrated to an Office 365 Group. You don't need to specify a value with this switch.
The DisplayName parameter specifies the name of the Office 365 Group. The display name is visible in the Exchange admin center, address lists, and Outlook. The maximum length is 256 characters. If the value contains spaces, enclose the value in quotation marks (").
273
344
274
-
For Office 365 groups, the DisplayName value is used in the unique Name property. However, because the DisplayName value doesn't need to be unique, the DisplayName value is appended with an underscore character (\_) and a short GUID value when it's used for the Name property.
345
+
For Office 365 Groups, the DisplayName value is used in the unique Name property. However, because the DisplayName value doesn't need to be unique, the DisplayName value is appended with an underscore character (\_) and a short GUID value when it's used for the Name property.
The ExoErrorAsWarning switch specifies that Exchange Online errors that you encounter while creating the Office 365 Group are treated as warnings, not errors. You don't need to specify a value with this switch.
342
413
343
-
Creating Office 365 groups involves background operations in Azure Active Directory and Exchange Online. Errors that you might encounter in Exchange Online don't prevent the creation of the group (and therefore aren't really errors), because the group object in Azure Active Directory is synchronized back to Exchange Online.
414
+
Creating Office 365 Groups involves background operations in Azure Active Directory and Exchange Online. Errors that you might encounter in Exchange Online don't prevent the creation of the group (and therefore aren't really errors), because the group object in Azure Active Directory is synchronized back to Exchange Online.
This parameter has been deprecated and is no longer used.
458
529
459
-
Previously, if you specified a value for this parameter, a random GUID value was added and used as the Name property value for the Office 365 group\("Name\_\<RandomGUID\>"\). Now, the value of the Name property is populated by the Alias parameter value and the ExternalDirectoryObjectId property value ("Alias\_\<ExternalDirectoryObjectId\>"\).
530
+
Previously, if you specified a value for this parameter, a random GUID value was added and used as the Name property value for the Office 365 Group\("Name\_\<RandomGUID\>"\). Now, the value of the Name property is populated by the Alias parameter value and the ExternalDirectoryObjectId property value ("Alias\_\<ExternalDirectoryObjectId\>"\).
0 commit comments