Skip to content

Commit 264f438

Browse files
authored
Merge pull request MicrosoftDocs#4237 from loskinski/patch-6
Update set-owamailboxpolicy to add NPS parameter
2 parents c8dec33 + e856595 commit 264f438

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
7272
[-LogonAndErrorLanguage <Int32>]
7373
[-Name <String>]
7474
[-NotesEnabled <$true | $false>]
75+
[-NpsMailboxPolicy <$true | $false>]
7576
[-OrganizationEnabled <$true | $false>]
7677
[-OneDriveAttachmentsEnabled <$true | $false>]
7778
[-OnSendAddinsEnabled <$true | $false>]
@@ -1254,6 +1255,27 @@ Accept pipeline input: False
12541255
Accept wildcard characters: False
12551256
```
12561257
1258+
### -NPSMailboxPolicy
1259+
This parameter is avaialble only in the cloud-based service.
1260+
1261+
The NPSMailboxPolicy 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 improvments in free text. Valid values are:
1262+
1263+
- $true: The NPS survey is available in Outlook on the web. This is the default value.
1264+
1265+
- $false: The NPS survey isn't available in Outlook on the web.
1266+
1267+
```yaml
1268+
Type: $true | $false
1269+
Parameter Sets: (All)
1270+
Aliases:
1271+
Applicable: Exchange Online
1272+
Required: False
1273+
Position: Named
1274+
Default value: None
1275+
Accept pipeline input: False
1276+
Accept wildcard characters: False
1277+
```
1278+
12571279
### -OneDriveAttachmentsEnabled
12581280
This parameter has been deprecated and is no longer used.
12591281

0 commit comments

Comments
 (0)