Skip to content

Commit fa37393

Browse files
authored
Merge pull request MicrosoftDocs#2646 from MicrosoftDocs/chrisda
Update Set-OwaVirtualDirectory.md
2 parents edf3076 + 5422a74 commit fa37393

File tree

2 files changed

+32
-9
lines changed

2 files changed

+32
-9
lines changed

exchange/exchange-ps/exchange/client-access-servers/Set-OwaVirtualDirectory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1289,7 +1289,7 @@ Accept wildcard characters: False
12891289
### -FormsAuthentication
12901290
The FormsAuthentication parameter enables or disables forms-based authentication on the Outlook on the web virtual directory. Valid values are:
12911291
1292-
- $true: Forms-based authentication is ensabled in Outlook on the web. This is the default value. The BasicAuthentication parameter is also set to $true, and the DigestAuthentication and WindowsAuthentication parameters are set to $false.
1292+
- $true: Forms-based authentication is enabled in Outlook on the web. This is the default value. The BasicAuthentication parameter is also set to $true, and the DigestAuthentication and WindowsAuthentication parameters are set to $false.
12931293
12941294
- $false: Forms-based authentication is disabled in Outlook on the web.
12951295

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

Lines changed: 31 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Set-OrganizationConfig
7676
[-MailTipsMailboxSourcedTipsEnabled <$true | $false>]
7777
[-OAuth2ClientProfileEnabled <$true | $false>]
7878
[-OutlookMobileHelpShiftEnabled <$true | $false>]
79+
[-OutlookPayEnabled <$true | $false>]
7980
[-PerTenantSwitchToESTSEnabled <$true | $false>]
8081
[-PreferredInternetCodePageForShiftJis <Int32>]
8182
[-PublicComputersDetectionEnabled <$true | $false>]
@@ -297,9 +298,9 @@ Set-OrganizationConfig -EwsApplicationAccessPolicy EnforceAllowList -EwsAllowLis
297298
This example allows only the client applications specified by the EwsAllowList parameter to use REST and EWS.
298299

299300
### -------------------------- Example 6 --------------------------
300-
```
301-
Set-OrganizationConfig -VisibleMeetingUpdateProperties Location:15
302-
```
301+
```
302+
Set-OrganizationConfig -VisibleMeetingUpdateProperties Location 15
303+
```
303304

304305
In Exchange Online, this example results in meeting updates being auto-processed (meeting update messages aren't visible in attendee Inbox folders) except if the meeting location changes within 15 minutes of the meeting start time.
305306

@@ -510,7 +511,7 @@ This parameter is available only in the cloud-based service.
510511
511512
The AuditDisabled parameter specifies whether to disable or enable mailbox auditing for the organization. Valid values are:
512513
513-
- $true: Mailbox auditing is disabled for the organization.
514+
- $true: Mailbox auditing is disabled for the organization.
514515
515516
- $false: Allow mailbox auditing in the organization. This is the default value.
516517
@@ -1825,7 +1826,7 @@ The OAuth2ClientProfileEnabled parameter enables or disables modern authenticati
18251826
18261827
- $true: Modern authentication is enabled.
18271828
1828-
- $false: Modern authentication is disabled.
1829+
- $false: Modern authentication is disabled.
18291830
18301831
Modern authentication is based on the Active Directory Authentication Library (ADAL) and OAuth 2.0, and enables authentication features like multi-factor authentication (MFA), certificate-based authentication (CBA), and third-party SAML identity providers.
18311832
@@ -1866,8 +1867,30 @@ This parameter is available only in the cloud-based service.
18661867
{{Fill OutlookMobileHelpShiftEnabled Description}}
18671868
18681869
```yaml
1869-
Type: Boolean
1870-
Parameter Sets: $true | $false
1870+
Type: $true | $false
1871+
Parameter Sets: Default
1872+
Aliases:
1873+
Applicable: Exchange Online
1874+
Required: False
1875+
Position: Named
1876+
Default value: None
1877+
Accept pipeline input: False
1878+
Accept wildcard characters: False
1879+
```
1880+
1881+
### -OutlookPayEnabled
1882+
1883+
This parameter is available only in the cloud-based service.
1884+
1885+
The OutlookPayEnabled parameter enables or disables [Payments in Outlook](/outlook/payments/) in the Office 365 organization. Valid values are:
1886+
1887+
- $true: Payments in Outlook are enabled.
1888+
1889+
- $False: Payments in Outlook are disabled.
1890+
1891+
```yaml
1892+
Type: $true | $false
1893+
Parameter Sets: Default
18711894
Aliases:
18721895
Applicable: Exchange Online
18731896
Required: False
@@ -1890,7 +1913,7 @@ A message that's permanently deleted can't be recovered by using the Recoverable
18901913
18911914
```yaml
18921915
Type: $true | $false
1893-
Parameter Sets: (All)
1916+
Parameter Sets: AdfsAuthenticationRawConfiguration, AdfsAuthenticationParameter
18941917
Aliases:
18951918
Applicable: Exchange Server 2010
18961919
Required: False

0 commit comments

Comments
 (0)