Skip to content

Commit 8ce8f78

Browse files
Update Set-OrganizationConfig.md
1 parent c0967fc commit 8ce8f78

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,19 +1748,24 @@ 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 Exchange Online license removals from mailboxes. Valid values are:
1751+
The DelayedDelicensingEnabled parameter enables or disables a 30 days grace period for Exchange Online license removals from mailboxes. Valid values are:
17521752

17531753
- $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.
17541754
- $false: Exchange Online license removals from mailboxes aren't delayed. This is the default value.
17551755

1756-
Use the TenantAdminNotificationForDelayedDelicensingEnabled parameter to turn on weekly notifications for admins about mailboxes with delayed Exchange Online license removal request.
1756+
Use the TenantAdminNotificationForDelayedDelicensingEnabled parameter to turn on weekly Service Health [Service Health](https://learn.microsoft.com/en-US/microsoft-365/enterprise/view-service-health?view=o365-worldwide&WT.mc_id=365AdminCSH_inproduct). advisory notifications for admins about count of EXO delicensed users in their Tenant over a period of 7 days, which are in 30 days grace period.
17571757

1758-
Use the EndUserMailNotificationForDelayedDelicensingEnabled to send affected users periodic notifications that they're going to lose access to their mailbox.
1758+
Use the EndUserMailNotificationForDelayedDelicensingEnabled to send affected users periodic email notifications that they're going to lose access to their mailbox.
17591759

17601760
Use the Get-PendingDelicenseUser cmdlet to view mailboxes with pending mailbox license removal requests.
17611761

17621762
Use the Expedite-Delicensing cmdlet to end the delay for removing the Exchange Online license from the mailbox.
17631763

1764+
Whenever the value of the DelayedDelicensingEnabled parameter is set $true, then TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set $true by default.
1765+
Whenever the value of the DelayedDelicensingEnabled parameter is set $false, then TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set $false by default.
1766+
1767+
The value of this parameter is meaningful on
1768+
17641769
```yaml
17651770
Type: Boolean
17661771
Parameter Sets: DelayedDelicensingParameterSet
@@ -2064,14 +2069,14 @@ Accept wildcard characters: False
20642069
### -EndUserMailNotificationForDelayedDelicensingEnabled
20652070
This parameter is available only in the cloud-based service.
20662071

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:
2072+
The EndUserMailNotificationForDelayedDelicensingEnabled parameter enables or disables periodic email warnings to affected users that have pending Exchange Online license removal requests on their mailboxes. Valid values are:
20682073

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.
2074+
- $true: Affected users receive periodic email notifications about losing access to their mailbox starting after ~18 days from the Exchange Online license removed from their mailbox.
20702075
- $false: Affected users don't receive periodic email notifications about losing access to their mailbox. This is the default value.
20712076

20722077
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
20732078

2074-
Use the TenantAdminNotificationForDelayedDelicensingEnable to send weekly admin email notifications about users with pending Exchange Online license removal requests.
2079+
Use the TenantAdminNotificationForDelayedDelicensingEnable to send weekly Service Health [Service Health](https://learn.microsoft.com/en-US/microsoft-365/enterprise/view-service-health?view=o365-worldwide&WT.mc_id=365AdminCSH_inproduct).advisory notifications for admins about count of EXO delicensed users in their Tenant over a period of 7 days, which are in 30 days grace period.
20752080

20762081
```yaml
20772082
Type: Boolean
@@ -3633,14 +3638,14 @@ Accept wildcard characters: False
36333638
### -TenantAdminNotificationForDelayedDelicensingEnabled
36343639
This parameter is available only in the cloud-based service.
36353640

3636-
The TenantAdminNotificationForDelayedDelicensingEnabled parameter enables or disables weekly admin email notifications about users with pending Exchange Online license removal requests. Valid values are:
3641+
The TenantAdminNotificationForDelayedDelicensingEnabled parameter enables or disables weekly admin Service Health [Service Health](https://learn.microsoft.com/en-US/microsoft-365/enterprise/view-service-health?view=o365-worldwide&WT.mc_id=365AdminCSH_inproduct). advisory notifications about count of EXO delicensed users over a period of 7 days, which are in 30 days grace period.Valid values are:
36373642

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.
3643+
- $true: Weekly Service Health advisory notifications about count of EXO delicensed users over a period of 7 days, which are in 30 days grace period.
3644+
- $false: Disable weekly Service Health advisory notifications about count of EXO delicensed users over a period of 7 days, which are in 30 days grace period. This is the default value.
36403645

36413646
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
36423647

3643-
Use the EndUserMailNotificationForDelayedDelicensingEnabled to send affected users periodic notifications that they're going to lose access to their mailbox.
3648+
Use the EndUserMailNotificationForDelayedDelicensingEnabled to send affected users periodic email notifications that they're going to lose access to their mailbox.
36443649

36453650
```yaml
36463651
Type: Boolean

0 commit comments

Comments
 (0)