Skip to content

Commit c9fd341

Browse files
committed
Updates to OWAMailboxPolicy & OWAVirtualDirectory cmdlets
Per Issue #3153
1 parent 69dc00d commit c9fd341

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

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

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ Set-OwaVirtualDirectory [-Identity] <VirtualDirectoryIdParameter>
146146
[-WhatIf]
147147
[-WindowsAuthentication <$true | $false>]
148148
[-WSSAccessOnPrivateComputersEnabled <$true | $false>]
149-
[-WSSAccessOnPublicComputersEnabled <$true | $false>] [<CommonParameters>]
149+
[-WSSAccessOnPublicComputersEnabled <$true | $false>]
150+
[<CommonParameters>]
150151
```
151152

152153
## DESCRIPTION
@@ -1554,11 +1555,11 @@ Accept wildcard characters: False
15541555
```
15551556
15561557
### -JournalEnabled
1557-
The JunkEmailEnabled parameter specifies whether the Junk Email folder and junk email management are available in Outlook on the web.
1558+
The JournalEnabled parameter specifies whether the Journal folder is available in Outlook on the web. Valid values are:
15581559
1559-
- $true: The Junk Email folder and junk email management are available in Outlook on the web. This is the default value.
1560+
- $true: The Journal folder is visible in Outlook on the web. This is the default value.
15601561
1561-
- $false: The Junk Email folder and junk email management aren't available in Outlook on the web.
1562+
- $false: The Journal folder isn't visible in Outlook on the web.
15621563
15631564
```yaml
15641565
Type: $true | $false
@@ -1573,7 +1574,11 @@ Accept wildcard characters: False
15731574
```
15741575
15751576
### -JunkEmailEnabled
1576-
The JunkEmailEnabled parameter specifies whether the Junk Email management tools are enabled.
1577+
The JunkEmailEnabled parameter specifies whether the Junk Email folder and junk email management are available in Outlook on the web. Valid values are:
1578+
1579+
- $true: The Junk Email folder and junk email management are available in Outlook on the web. This is the default value.
1580+
1581+
- $false: The Junk Email folder and junk email management aren't available in Outlook on the web.
15771582
15781583
```yaml
15791584
Type: $true | $false
@@ -2087,6 +2092,8 @@ Accept wildcard characters: False
20872092
```
20882093
20892094
### -SearchFoldersEnabled
2095+
This parameter is available or functional only in Exchange Server 2010.
2096+
20902097
The SearchFoldersEnabled parameter specifies whether Search Folders are available in Outlook on the web. Valid values are:
20912098
20922099
- $true: Search Folders are visible in Outlook on the Web. This is the default value.

exchange/exchange-ps/exchange/client-access/Set-OwaMailboxPolicy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
123123
[-WebReadyMimeTypes <MultiValuedProperty>]
124124
[-WhatIf]
125125
[-WSSAccessOnPrivateComputersEnabled <$true | $false>]
126-
[-WSSAccessOnPublicComputersEnabled <$true | $false>] [<CommonParameters>]
126+
[-WSSAccessOnPublicComputersEnabled <$true | $false>]
127+
[<CommonParameters>]
127128
```
128129

129130
## DESCRIPTION
@@ -1090,7 +1091,7 @@ Accept wildcard characters: False
10901091
### -JunkEmailEnabled
10911092
This parameter is available only in on-premises Exchange.
10921093
1093-
The JunkEmailEnabled parameter specifies whether the Junk Email folder and junk email management are available in Outlook on the web.
1094+
The JunkEmailEnabled parameter specifies whether the Junk Email folder and junk email management are available in Outlook on the web. Valid values are:
10941095
10951096
- $true: The Junk Email folder and junk email management are available in Outlook on the web. This is the default value.
10961097

0 commit comments

Comments
 (0)