Skip to content

Commit da811b5

Browse files
authored
Merge pull request #11545 from YajvendraGupta/patch-1
Update Set-OrganizationConfig.md
2 parents a7d5d87 + b2aba20 commit da811b5

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

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

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,19 +1748,23 @@ 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 day 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 advisory notifications for admins about the number of Exchange Online delicensed users who are in the 30 day grace period over the last 7 days. For more information about Service Health, see [How to check Microsoft 365 service health](https://learn.microsoft.com/microsoft-365/enterprise/view-service-health).
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+
When you set the value of the DelayedDelicensingEnabled parameter to $true, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $true by default.
1765+
1766+
When you set the value of the DelayedDelicensingEnabled parameter to $false, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $false by default.
1767+
17641768
```yaml
17651769
Type: Boolean
17661770
Parameter Sets: DelayedDelicensingParameterSet
@@ -2064,14 +2068,14 @@ Accept wildcard characters: False
20642068
### -EndUserMailNotificationForDelayedDelicensingEnabled
20652069
This parameter is available only in the cloud-based service.
20662070

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:
2071+
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:
20682072

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

20722076
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
20732077

2074-
Use the TenantAdminNotificationForDelayedDelicensingEnable to send weekly admin email notifications about users with pending Exchange Online license removal requests.
2078+
Use the TenantAdminNotificationForDelayedDelicensingEnabled parameter to turn on weekly Service Health advisory notifications for admins about the number of Exchange Online delicensed users who are in the 30 day grace period over the last 7 days. For more information about Service Health, see [How to check Microsoft 365 service health](https://learn.microsoft.com/microsoft-365/enterprise/view-service-health).
20752079

20762080
```yaml
20772081
Type: Boolean
@@ -3633,14 +3637,16 @@ Accept wildcard characters: False
36333637
### -TenantAdminNotificationForDelayedDelicensingEnabled
36343638
This parameter is available only in the cloud-based service.
36353639

3636-
The TenantAdminNotificationForDelayedDelicensingEnabled parameter enables or disables weekly admin email notifications about users with pending Exchange Online license removal requests. Valid values are:
3640+
The TenantAdminNotificationForDelayedDelicensingEnabled parameter enables or disables weekly admin Service Health advisory notifications that are sent to admins. Valid values are:
3641+
3642+
- $true: Weekly Service Health advisory notifications are sent to admins about the number of Exchange Online delicensed users who are in the 30 day grace period over the last 7 days.
3643+
- $false: Disable weekly Service Health advisory notifications about the number of Exchange Online delicensed users. This is the default value.
36373644

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.
3645+
For more information about Service Health, see [How to check Microsoft 365 service health](https://learn.microsoft.com/microsoft-365/enterprise/view-service-health).
36403646

36413647
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
36423648

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

36453651
```yaml
36463652
Type: Boolean

0 commit comments

Comments
 (0)