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: exchange/exchange-ps/exchange/users-and-groups/Undo-SoftDeletedUnifiedGroup.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Office 365 groups are group objects that are available across Office 365 service
27
27
28
28
Soft-deleted Office 365 groups are groups that have been deleted, but can be restored within 30 days of being deleted. All of the group contents can be restored within this period. After 30 days, soft-deleted Office 365 groups are marked for permanent deletion and can't be restored.
29
29
30
+
To display all soft-deleted Office 365 groups in your organization, use the Get-AzureADMSDeletedGroup cmdlet in Azure Active Directory PowerShell. To permanently remove (purge) a soft-deleted Office 365 group, use the Remove-AzureADMSDeletedDirectoryObject cmdlet in Azure Active Directory PowerShell. For more information, see [Permanently delete an Office 365 group](https://support.office.com/article/b7c66b59-657a-4e1a-8aa0-8163b1f4eb54#bkmk_perm).
31
+
30
32
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).
If specified, the user will be moved to Office 365 as a Teams-only user. This will ensure incoming chats and calls land in the user's Teams client.
131
+
If specified, the user will be moved to Office 365 as a Teams-only user. This will ensure incoming chats and calls land in the user's Teams client. This parameter is only available with the upcoming releases of Skype for Business Server 2019 and CU8 for Skype for Business Server 2015.
132
132
133
133
```yaml
134
134
Type: SwitchParameter
135
135
Parameter Sets: (All)
136
136
Aliases:
137
-
Applicable: Skype for Business Server 2019
137
+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
By default, if the on-premise user is configured for dial in conferencing, moving the user to Office 365 will provision the user for Audio Conferencing, for an additional license is required. If you want to move such a user to Office 365 but do not want to configure them for Audio Conferencing, specify this switch to by-pass the license check.
185
+
By default, if the on-premise user is configured for dial in conferencing, moving the user to Office 365 will provision the user for Audio Conferencing, for an additional license is required. If you want to move such a user to Office 365 but do not want to configure them for Audio Conferencing, specify this switch to by-pass the license check. This parameter is only available with the upcoming releases of Skype for Business Server 2019 and CU8 for Skype for Business Server 2015.
186
186
187
187
```yaml
188
188
Type: SwitchParameter
189
189
Parameter Sets: (All)
190
190
Aliases:
191
-
Applicable: Skype for Business Server 2019
191
+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
192
192
Required: False
193
193
Position: Named
194
194
Default value: None
195
195
Accept pipeline input: False
196
196
Accept wildcard characters: False
197
197
```
198
198
### -BypassEnterpriseVoiceCheck
199
-
By default, if the on-premise user is configured for Enteprise Voice, moving the user to Office 365 will provision the user for Microsoft Phone System, for an additional license is required. If you want to move such a user to Office 365 but do not want to configure them for Phone System, specify this switch to by-pass the license check.
199
+
By default, if the on-premise user is configured for Enteprise Voice, moving the user to Office 365 will provision the user for Microsoft Phone System, for an additional license is required. If you want to move such a user to Office 365 but do not want to configure them for Phone System, specify this switch to by-pass the license check. This parameter is only available with the upcoming releases of Skype for Business Server 2019 and CU8 for Skype for Business Server 2015.
200
200
201
201
```yaml
202
202
Type: SwitchParameter
203
203
Parameter Sets: (All)
204
204
Aliases:
205
-
Applicable: Skype for Business Server 2019
205
+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
This is an optional parameter that if, specified, pre-populates the username of the tenant admin when moving users to or from Office 365. This can be useful for scenarios involving smart card authentication or 2 factor auth.
214
+
This is an optional parameter that if, specified, pre-populates the username of the tenant admin when moving users to or from Office 365. This can be useful for scenarios involving smart card authentication or 2 factor auth. This parameter is only available with the upcoming releases of Skype for Business Server 2019 and CU8 for Skype for Business Server 2015.
215
215
216
216
217
217
```yaml
218
218
Type: UserIdParameter
219
219
Aliases:
220
-
Applicable: Skype for Business Server 2019
220
+
Applicable: Skype for Business Server 2015, Skype for Business Server 2019
0 commit comments