Skip to content

Commit e5138c9

Browse files
authored
Merge pull request MicrosoftDocs#6073 from PrzemyslawKlys/patch-1
Update Set-OwaMailboxPolicy.md
2 parents b8013b9 + 6c56ebe commit e5138c9

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

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

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Set-OwaMailboxPolicy [-Identity] <MailboxPolicyIdParameter>
7474
[-LogonAndErrorLanguage <Int32>]
7575
[-Name <String>]
7676
[-NotesEnabled <Boolean>]
77-
[-NpsMailboxPolicy <Boolean>]
77+
[-NpsSurveysEnabled <Boolean>]
7878
[-OrganizationEnabled <Boolean>]
7979
[-OneDriveAttachmentsEnabled <Boolean>]
8080
[-OnSendAddinsEnabled <Boolean>]
@@ -1332,26 +1332,25 @@ Accept pipeline input: False
13321332
Accept wildcard characters: False
13331333
```
13341334
1335-
### -NPSMailboxPolicy
1335+
### -NpsSurveysEnabled
13361336
This parameter is avaialble only in the cloud-based service.
13371337
1338-
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 improvements in free text. Valid values are:
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:
13391339
13401340
- $true: The NPS survey is available in Outlook on the web. This is the default value.
13411341
13421342
- $false: The NPS survey isn't available in Outlook on the web.
13431343
1344-
```yaml
1345-
Type: Boolean
1346-
Parameter Sets: (All)
1347-
Aliases:
1348-
Applicable: Exchange Online
1349-
1350-
Required: False
1351-
Position: Named
1352-
Default value: None
1353-
Accept pipeline input: False
1354-
Accept wildcard characters: False
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
13551354
```
13561355
13571356
### -OneDriveAttachmentsEnabled

0 commit comments

Comments
 (0)