Skip to content

Commit 536831e

Browse files
authored
Merge pull request MicrosoftDocs#6439 from MicrosoftDocs/Moca-chrisda
Update Set-OwaMailboxPolicy.md
2 parents 95b236d + 911b4ab commit 536831e

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

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

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
8787
[-PlacesEnabled <Boolean>]
8888
[-PremiumClientEnabled <Boolean>]
8989
[-PrintWithoutDownloadEnabled <Boolean>]
90+
[-ProjectMocaEnabled <Boolean>]
9091
[-PublicFoldersEnabled <Boolean>]
9192
[-RecoverDeletedItemsEnabled <Boolean>]
9293
[-ReferenceAttachmentsEnabled <Boolean>]
@@ -1580,9 +1581,33 @@ This parameter is available only in the cloud-based service.
15801581
15811582
The PrintWithoutDownloadEnabled specifies whether to allow printing of supported files without downloading the attachment in Outlook on the web. Valid values are:
15821583
1583-
- $true: Supported files can be printed without being downloaded in Outlook web app. This is the default value.
1584+
- $true: Supported files can be printed without being downloaded in Outlook on the web. This is the default value.
15841585
1585-
- $false: Supported files must be downloaded before they can be printed in Outlook web app.
1586+
- $false: Supported files must be downloaded before they can be printed in Outlook on the web.
1587+
1588+
```yaml
1589+
Type: Boolean
1590+
Parameter Sets: (All)
1591+
Aliases:
1592+
Applicable: Exchange Online
1593+
1594+
Required: False
1595+
Position: Named
1596+
Default value: None
1597+
Accept pipeline input: False
1598+
Accept wildcard characters: False
1599+
```
1600+
1601+
### -ProjectMocaEnabled
1602+
**Note**: The feature that's associated with this parameter is currently in Preview, is not available to all organizations, and is subject to change.
1603+
1604+
This parameter is available only in the cloud-based service.
1605+
1606+
The ProjectMocaEnabled parameter enables or disables access to Project Moca in Outlook on the web. Valid values are:
1607+
1608+
- $true: Access to Project Moca is enabled in Outlook on the web.
1609+
1610+
- $false: Access to Project Moca is disabled in Outlook on the web. This is the default value.
15861611
15871612
```yaml
15881613
Type: Boolean
@@ -1866,7 +1891,7 @@ Accept wildcard characters: False
18661891
### -SkipCreateUnifiedGroupCustomSharepointClassification
18671892
This parameter is available only in the cloud-based service.
18681893
1869-
The SkipCreateUnifiedGroupCustomSharepointClassification parameter specifies whether to skip a custom SharePoint page during the creation of Microsoft 365 Groups in Outlook web app. Valid values are:
1894+
The SkipCreateUnifiedGroupCustomSharepointClassification parameter specifies whether to skip a custom SharePoint page during the creation of Microsoft 365 Groups in Outlook on the web. Valid values are:
18701895
18711896
- $true: The custom SharePoint page is skipped when a user creates a Microsoft 365 Group in Outlook on the web. This is the default value.
18721897

0 commit comments

Comments
 (0)