Skip to content

Commit c0967fc

Browse files
committed
Update Set-OrganizationConfig.md
1 parent 769bf35 commit c0967fc

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,16 +1748,18 @@ Accept wildcard characters: False
17481748
### -DelayedDelicensingEnabled
17491749
This parameter is available only in the cloud-based service.
17501750

1751-
The DelayedDelicensingEnabled parameter enables or disables a 30 day delay for mailbox license removals. Valid values are:
1751+
The DelayedDelicensingEnabled parameter enables or disables a 30 day delay for Exchange Online license removals from mailboxes. Valid values are:
17521752

1753-
- $true: User mailbox license removals are delayed by 30 days. Admins can use the delay to identify potential mistakes and avoid disruptions for affected users.
1754-
- $false: User mailbox license removals aren't delayed. This is the default value.
1753+
- $true: Exchange Online license removals from mailboxes are delayed by 30 days. Admins can use the delay to identify potential mistakes and avoid disruptions for affected users.
1754+
- $false: Exchange Online license removals from mailboxes aren't delayed. This is the default value.
17551755

1756-
Admins can receive weekly notifications about delayed mailbox license removals by using the TenantAdminNotificationForDelayedDelicensingEnabled parameter.
1756+
Use the TenantAdminNotificationForDelayedDelicensingEnabled parameter to turn on weekly notifications for admins about mailboxes with delayed Exchange Online license removal request.
17571757

1758-
Use the Get-PendingDelicenseUser cmdlet to view mailboxes with pending mailbox license removals.
1758+
Use the EndUserMailNotificationForDelayedDelicensingEnabled to send affected users periodic notifications that they're going to lose access to their mailbox.
17591759

1760-
Use the Expedite-Delicensing cmdlet to end the delay for removing the license from the mailbox.
1760+
Use the Get-PendingDelicenseUser cmdlet to view mailboxes with pending mailbox license removal requests.
1761+
1762+
Use the Expedite-Delicensing cmdlet to end the delay for removing the Exchange Online license from the mailbox.
17611763

17621764
```yaml
17631765
Type: Boolean
@@ -2062,7 +2064,14 @@ Accept wildcard characters: False
20622064
### -EndUserMailNotificationForDelayedDelicensingEnabled
20632065
This parameter is available only in the cloud-based service.
20642066

2065-
{{ Fill EndUserMailNotificationForDelayedDelicensingEnabled Description }}
2067+
The EndUserMailNotificationForDelayedDelicensingEnabled parameter enables or disables periodic warnings to affected users that have pending Exchange Online license removal requests on their mailboxes. Valid values are:
2068+
2069+
- $true: Affected users receive periodic email notifications about losing access to their mailbox starting 18 days before the Exchange Online license is removed from their mailbox.
2070+
- $false: Affected users don't receive periodic email notifications about losing access to their mailbox. This is the default value.
2071+
2072+
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
2073+
2074+
Use the TenantAdminNotificationForDelayedDelicensingEnable to send weekly admin email notifications about users with pending Exchange Online license removal requests.
20662075

20672076
```yaml
20682077
Type: Boolean
@@ -3624,13 +3633,15 @@ Accept wildcard characters: False
36243633
### -TenantAdminNotificationForDelayedDelicensingEnabled
36253634
This parameter is available only in the cloud-based service.
36263635

3627-
The TenantAdminNotificationForDelayedDelicensingEnabled parameter enables or disables weekly admin notifications about delicensed users. Valid values are:
3636+
The TenantAdminNotificationForDelayedDelicensingEnabled parameter enables or disables weekly admin email notifications about users with pending Exchange Online license removal requests. Valid values are:
36283637

3629-
- $true: Weekly admin notifications about delicensed users are enabled.
3630-
- $false: Weekly admin notifications about delicensed users are disabled. This is the default value
3638+
- $true: Weekly email notifications about users with pending Exchange Online license removal requests are enabled.
3639+
- $false: Weekly email notifications about users with pending Exchange Online license removal requests are disabled. This is the default value.
36313640

36323641
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
36333642

3643+
Use the EndUserMailNotificationForDelayedDelicensingEnabled to send affected users periodic notifications that they're going to lose access to their mailbox.
3644+
36343645
```yaml
36353646
Type: Boolean
36363647
Parameter Sets: DelayedDelicensingParameterSet

0 commit comments

Comments
 (0)