Skip to content

Commit 386a569

Browse files
authored
Merge branch 'master' into patch-21
2 parents 6c2b30f + f00ad1c commit 386a569

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

exchange/exchange-ps/exchange/advanced-threat-protection/New-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ The TreatSoftPassAsAuthenticated parameter specifies whether or not to respect t
663663
664664
- $false: Only use this value when you want to enable more restrictive antispoofing filtering, because this value might cause false positives.
665665
666-
Note: This parameter corresponds to the Strict filtering value in the Office 365 admin center.
666+
Note: This parameter corresponds to the Strict filtering value in the Microsoft 365 admin center.
667667
668668
```yaml
669669
Type: $true | $false

exchange/exchange-ps/exchange/advanced-threat-protection/Set-AntiPhishPolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ The TreatSoftPassAsAuthenticated parameter specifies whether or not to respect t
660660
661661
- $false: Only use this value when you want to enable more restrictive antispoofing filtering, because this value might cause false positives.
662662
663-
Note: This parameter corresponds to the Strict filtering value in the Office 365 admin center.
663+
Note: This parameter corresponds to the Strict filtering value in the Microsoft 365 admin center.
664664
665665
```yaml
666666
Type: $true | $false

exchange/exchange-ps/exchange/mailboxes/New-Mailbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ The MailboxPlan parameter specifies the mailbox plan to apply to the mailbox. Yo
16281628

16291629
- GUID
16301630

1631-
A mailbox plan specifies the permissions and features that are available to a mailbox. In Office 365, mailbox plans correspond to the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center.
1631+
A mailbox plan specifies the permissions and features that are available to a mailbox. In Office 365, mailbox plans correspond to the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center.
16321632

16331633
You can see the available mailbox plans by using the Get-MailboxPlan cmdlet.
16341634

exchange/exchange-ps/exchange/mailboxes/Set-Mailbox.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3037,7 +3037,7 @@ Unqualified values are typically treated as bytes, but small values may be round
30373037
30383038
The IssueWarningQuota value must be less than or equal to the ProhibitSendReceiveQuota value.
30393039
3040-
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3040+
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
30413041
30423042
In on-premises Exchange, the default value of this parameter is unlimited. When the UseDatabaseQuotaDefaults parameter is set to $true, the value of the this parameter is ignored, and the mailbox uses the IssueWarningQuota value on the mailbox database. To use this parameter to enforce a specific quota value for the mailbox, you need to set the UseDatabaseQuotaDefaults parameter to the value $false.
30433043
@@ -3418,7 +3418,7 @@ Unqualified values are typically treated as bytes, but small values may be round
34183418

34193419
A valid value is a number up to 1.999999 gigabytes (2147483647 bytes) or the value unlimited.
34203420

3421-
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
3421+
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
34223422

34233423
In Office 365, you use this parameter to configure the MaxReceiveSize value on existing mailboxes. Use the Set-MailboxPlan cmdlet to change the MaxReceiveSize value for all new mailboxes that you create in the future.
34243424

@@ -3472,7 +3472,7 @@ Unqualified values are typically treated as bytes, but small values may be round
34723472

34733473
A valid value is a number up to 1.999999 gigabytes (2147483647 bytes) or the value unlimited.
34743474

3475-
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
3475+
In Office 365, the value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the value, and you may be able to raise the value, but you can't exceed the maximum value that's allowed by the subscription or license.
34763476

34773477
In Office 365, you use this parameter to configure the MaxSendSize value on existing mailboxes. Use the Set-MailboxPlan cmdlet to change the MaxSendSize value for all new mailboxes that you create in the future.
34783478

@@ -3815,7 +3815,7 @@ Accept wildcard characters: False
38153815
### -Password
38163816
The Password parameter resets the password of the user account that's associated with the mailbox to the value you specify. To use this parameter on a mailbox other than your own, you need to be a member of one of the following role groups:
38173817

3818-
- Office 365: You can't use this parameter to change another user's password. To change another user's password, use the Set-MsolUserPassword cmdlet in Office 365 (Azure AD) PowerShell. For connection instructions, see Connect to Office 365 PowerShell (https://go.microsoft.com/fwlink/p/?LinkId=614839). To change a another user's password in the Office 365 admin center, see Reset a user's password (https://go.microsoft.com/fwlink/p/?LinkId=614837).
3818+
- Office 365: You can't use this parameter to change another user's password. To change another user's password, use the Set-MsolUserPassword cmdlet in Office 365 (Azure AD) PowerShell. For connection instructions, see Connect to Office 365 PowerShell (https://go.microsoft.com/fwlink/p/?LinkId=614839). To change a another user's password in the Microsoft 365 admin center, see Reset a user's password (https://go.microsoft.com/fwlink/p/?LinkId=614837).
38193819

38203820
- On-premises Exchange: The Organization Management or Help Desk role groups via the User Options role. The Reset Password role also allows you to use this parameter, but it isn't assigned to any role groups by default.
38213821

@@ -3871,7 +3871,7 @@ Unqualified values are typically treated as bytes, but small values may be round
38713871

38723872
The ProhibitSendQuota value must be less than or equal to the ProhibitSendReceiveQuota value.
38733873

3874-
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3874+
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the quota value, and you may be able to raise the quota, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
38753875

38763876
In on-premises Exchange, the default value of this parameter is unlimited. When the UseDatabaseQuotaDefaults parameter is set to the value $true, the value of the this parameter is ignored, and the mailbox uses the ProhibitSendQuota value on the mailbox database. To use this parameter to enforce a specific quota value for the mailbox, you need to set the UseDatabaseQuotaDefaults parameter to the value $false.
38773877

@@ -3906,7 +3906,7 @@ Unqualified values are typically treated as bytes, but small values may be round
39063906

39073907
The value must be greater than or equal to the ProhibitSendQuota or IssueWarningQuota values.
39083908

3909-
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Office 365 admin center. You can lower the quota value, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
3909+
In Office 365, the quota value is determined by the subscriptions and licenses that administrators purchase and assign in the Microsoft 365 admin center. You can lower the quota value, but you can't exceed the maximum value that's allowed by the subscription or license. In Office 365, you can't use this parameter on public folder mailboxes.
39103910

39113911
In on-premises Exchange, the default value of this parameter is unlimited. When the UseDatabaseQuotaDefaults parameter is set to the value $true, the value of the this parameter is ignored, and the mailbox uses the ProhibitSendReceiveQuota value on the mailbox database. To use this parameter to enforce a specific quota value for the mailbox, you need to set the UseDatabaseQuotaDefaults parameter to the value $false.
39123912

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ This parameter is available only in the cloud-based service.
851851
852852
The CustomerLockboxEnabled specifies whether Customer Lockbox requests are enabled or disabled for the organization. Valid values are:
853853
854-
- $true: Customer Lockbox requests are enabled. Requests by Microsoft support engineers to access your data appear in the Office 365 admin center for you to approve or reject.
854+
- $true: Customer Lockbox requests are enabled. Requests by Microsoft support engineers to access your data appear in the Microsoft 365 admin center for you to approve or reject.
855855
856856
- $false: Customer Lockbox are disabled.
857857

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOSite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ Accept wildcard characters: False
755755

756756
Please read [Control access from unmanaged devices](https://docs.microsoft.com/sharepoint/control-access-from-unmanaged-devices ) documentation here to understand Conditional Access Policy usage in SharePoint Online.
757757

758-
PARAMVALUE: AllowFullAccess | LimitedAccess | BlockAccess
758+
PARAMVALUE: AllowFullAccess | AllowLimitedAccess | BlockAccess
759759

760760
```yaml
761761
Type: SPOConditionalAccessPolicyType

0 commit comments

Comments
 (0)