Skip to content

Commit a1116ad

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

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,18 +1753,17 @@ The DelayedDelicensingEnabled parameter enables or disables a 30 days grace peri
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 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.
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

17581758
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.
1764+
When the value of the DelayedDelicensingEnabled parameter is $true, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $true by default.
17661765

1767-
The value of this parameter is meaningful on
1766+
When the value of the DelayedDelicensingEnabled parameter is $false, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $false by default.
17681767

17691768
```yaml
17701769
Type: Boolean
@@ -2071,12 +2070,12 @@ This parameter is available only in the cloud-based service.
20712070

20722071
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:
20732072

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

20772076
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
20782077

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.
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).
20802079

20812080
```yaml
20822081
Type: Boolean
@@ -3638,10 +3637,12 @@ Accept wildcard characters: False
36383637
### -TenantAdminNotificationForDelayedDelicensingEnabled
36393638
This parameter is available only in the cloud-based service.
36403639

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:
3640+
The TenantAdminNotificationForDelayedDelicensingEnabled parameter enables or disables weekly admin Service Health advisory notifications that are sent to admins. Valid values are:
36423641

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.
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.
3644+
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).
36453646

36463647
The value of this parameter is meaningful on when the value of the DelayedDelicensingEnabled parameter is $true.
36473648

0 commit comments

Comments
 (0)