Skip to content

Commit 7edc0f2

Browse files
committed
Update New-QuarantinePolicy.md
Issue #8507
1 parent 14bfc0f commit 7edc0f2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ This example creates a new quarantine policy named ContosoTag with the same perm
6161

6262
To assign Limited access permissions, use the value 106. To assign Full access permissions, use the value 236.
6363

64-
### Example 2
65-
```powershell
66-
$LimitedAccess = New-QuarantinePermissions -PermissionToBlockSender $true -PermissionToDelete $true -PermissionToPreview $true -PermissionToRequestRelease $true
67-
68-
New-QuarantinePolicy -Name LimitedAccess -EndUserQuarantinePermissions $LimitedAccess
69-
```
70-
71-
This example creates a new quarantine policy named LimitedAccess with the same permissions as Limited access preset permissions group.
72-
73-
The first command uses the New-QuarantinePermissions cmdlet to store the permissions object in a variable. The second command uses the variable for the value of the EndUserQuarantinePermissions parameter.
74-
7564
## PARAMETERS
7665

7766
### -Name

0 commit comments

Comments
 (0)