Skip to content

Commit b2aba20

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1748,7 +1748,7 @@ 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 days grace period 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.
@@ -1761,9 +1761,9 @@ Use the Get-PendingDelicenseUser cmdlet to view mailboxes with pending mailbox l
17611761

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

1764-
When the value of the DelayedDelicensingEnabled parameter is $true, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $true by default.
1764+
When you set the value of the DelayedDelicensingEnabled parameter to $true, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $true by default.
17651765

1766-
When the value of the DelayedDelicensingEnabled parameter is $false, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $false by default.
1766+
When you set the value of the DelayedDelicensingEnabled parameter to $false, the TenantAdminNotificationForDelayedDelicensingEnabled and EndUserMailNotificationForDelayedDelicensingEnabled parameters are set to $false by default.
17671767

17681768
```yaml
17691769
Type: Boolean
@@ -2070,7 +2070,7 @@ This parameter is available only in the cloud-based service.
20702070

20712071
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:
20722072

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

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

0 commit comments

Comments
 (0)