Skip to content

Commit 7ca77b5

Browse files
committed
EndUserQuarantinePermissions param to reserved
Issue #8507
1 parent 7edc0f2 commit 7ca77b5

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

exchange/exchange-ps/exchange/New-QuarantinePolicy.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,7 @@ Accept wildcard characters: False
193193
```
194194
195195
### -EndUserQuarantinePermissions
196-
The EndUserQuarantinePermissionsValue parameter specifies the end-user permissions for the quarantine policy.
197-
198-
A value for this parameter requires the New-QuarantinePermissions cmdlet. Store the results of the New-QuarantinePermissions command in a variable (for example, `$Perms = New-QuarantinePermissions <permissions>`) and then use the variable name (`$Perms`) for this parameter. For more information, see [New-QuarantinePermissions](https://docs.microsoft.com/powershell/module/exchange/new-quarantinepermissions).
199-
200-
Don't use this parameter with the EndUserQuarantinePermissionsValue parameter.
196+
This parameter is reserved for internal Microsoft use.
201197
202198
```yaml
203199
Type: QuarantinePermissions

exchange/exchange-ps/exchange/Set-QuarantinePolicy.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ This example configures the following permissions in the quarantine policy named
7070

7171
### Example 2
7272
```powershell
73-
$Perms = New-QuarantinePermissions -PermissionToDelete $true
74-
Set-QuarantinePolicy -Identity CustomAccess -EndUserQuarantinePermissions $Perms
75-
```
76-
77-
This example has the same result as the previous example, but uses the EndUserQuarantinePermissions parameter instead.
78-
79-
### Example 3
80-
```powershell
8173
Get-QuarantinePolicy -QuarantinePolicyType GlobalQuarantinePolicy | Set-QuarantinePolicy -MultiLanguageSetting ('English','ChineseSimplified','French') -MultiLanguageCustomDisclaimer ('For more information, contact the Help Desk.','有关更多信息,请联系服务台','Pour plus d'informations, contactez le service d'assistance.') -MultiLanguageSenderName ('Contoso administrator','Contoso管理员','Administrateur Contoso') -OrganizationBrandingEnabled $true
8274
```
8375

@@ -225,9 +217,7 @@ Accept wildcard characters: False
225217
```
226218
227219
### -EndUserQuarantinePermissions
228-
A value for this parameter requires the New-QuarantinePermissions cmdlet. Store the results of the New-QuarantinePermissions command in a variable (for example, `$Perms = New-QuarantinePermissions <permissions>`) and then use the variable name (`$Perms`) for this parameter. For more information, see [New-QuarantinePermissions](https://docs.microsoft.com/powershell/module/exchange/new-quarantinepermissions).
229-
230-
Don't use this parameter with the EndUserQuarantinePermissionsValue parameter.
220+
This parameter is reserved for internal Microsoft use.
231221
232222
```yaml
233223
Type: QuarantinePermissions

0 commit comments

Comments
 (0)