Skip to content

Commit 2d7ec55

Browse files
authored
Update Set-OwaMailboxPolicy.md
1 parent 26036c7 commit 2d7ec55

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
7474
[-LogonAndErrorLanguage <Int32>]
7575
[-Name <String>]
7676
[-NotesEnabled <Boolean>]
77+
[-NpsSurveysEnabled <Boolean>]
7778
[-OrganizationEnabled <Boolean>]
7879
[-OneDriveAttachmentsEnabled <Boolean>]
7980
[-OnSendAddinsEnabled <Boolean>]
@@ -1331,6 +1332,27 @@ Accept pipeline input: False
13311332
Accept wildcard characters: False
13321333
```
13331334
1335+
### -NpsSurveysEnabled
1336+
This parameter is avaialble only in the cloud-based service.
1337+
1338+
The NpsSurveysEnabled parameter specifies whether to enable or disable the Net Promoter Score (NPS) survey in Outlook on the web. The survey allows uses to rate Outlook on the web on a scale of 1 to 5, and to provide feedback and suggested improvements in free text. Valid values are:
1339+
1340+
- $true: The NPS survey is available in Outlook on the web. This is the default value.
1341+
1342+
- $false: The NPS survey isn't available in Outlook on the web.
1343+
1344+
```yaml
1345+
Type: Boolean
1346+
Parameter Sets: (All)
1347+
Aliases:
1348+
Applicable: Exchange Online
1349+
Required: False
1350+
Position: Named
1351+
Default value: None
1352+
Accept pipeline input: False
1353+
Accept wildcard characters: False
1354+
```
1355+
13341356
### -OneDriveAttachmentsEnabled
13351357
This parameter has been deprecated and is no longer used.
13361358

0 commit comments

Comments
 (0)