Skip to content

Commit f2b8796

Browse files
authored
Corrected param value for WindowsAuthentication
1 parent 6de140b commit f2b8796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -2704,7 +2704,7 @@ The WindowsAuthentication parameter enables or disables Integrated Windows authe
27042704
27052705
- $true: Integrated Windows authentication is enabled on the Outlook on the web virtual directory.
27062706
2707-
- $true: Integrated Windows authentication is disabled on the Outlook on the web virtual directory. This is the default value.
2707+
- $false: Integrated Windows authentication is disabled on the Outlook on the web virtual directory. This is the default value.
27082708
27092709
```yaml
27102710
Type: $true | $false

0 commit comments

Comments
 (0)