You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FormsAuthentication parameter enables or disables forms-based authentication on the Outlook on the web virtual directory. Valid values are:
1291
1291
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.
1293
1293
1294
1294
- $false: Forms-based authentication is disabled in Outlook on the web.
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.
305
306
@@ -510,7 +511,7 @@ This parameter is available only in the cloud-based service.
510
511
511
512
The AuditDisabled parameter specifies whether to disable or enable mailbox auditing for the organization. Valid values are:
512
513
513
-
- $true: Mailbox auditing is disabled for the organization.
514
+
- $true: Mailbox auditing is disabled for the organization.
514
515
515
516
- $false: Allow mailbox auditing in the organization. This is the default value.
516
517
@@ -1825,7 +1826,7 @@ The OAuth2ClientProfileEnabled parameter enables or disables modern authenticati
1825
1826
1826
1827
- $true: Modern authentication is enabled.
1827
1828
1828
-
- $false: Modern authentication is disabled.
1829
+
- $false: Modern authentication is disabled.
1829
1830
1830
1831
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.
1831
1832
@@ -1866,8 +1867,30 @@ This parameter is available only in the cloud-based service.
0 commit comments