Skip to content

Commit a4d572e

Browse files
authored
Merge pull request MicrosoftDocs#3436 from MicrosoftDocs/chrisda
Update Remove-DlpComplianceRule.md
2 parents 0395ffd + ee54a5f commit a4d572e

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-dlp/Remove-DlpComplianceRule.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ For information about the parameter sets in the Syntax section below, see Exchan
2121
## SYNTAX
2222

2323
```
24-
Remove-DlpComplianceRule [-Identity] <PolicyIdParameter> [-Confirm] [-ForceDeletion] [-WhatIf]
25-
[<CommonParameters>]
24+
Remove-DlpComplianceRule [-Identity] <PolicyIdParameter>
25+
[-Confirm]
26+
[-WhatIf] [<CommonParameters>]
2627
```
2728

2829
## DESCRIPTION
@@ -81,21 +82,6 @@ Accept pipeline input: False
8182
Accept wildcard characters: False
8283
```
8384
84-
### -ForceDeletion
85-
The ForceDeletion switch forces the removal of the rule. You don't need to specify a value with this switch.
86-
87-
```yaml
88-
Type: SwitchParameter
89-
Parameter Sets: (All)
90-
Aliases:
91-
Applicable: Office 365 Security & Compliance Center
92-
Required: False
93-
Position: Named
94-
Default value: None
95-
Accept pipeline input: False
96-
Accept wildcard characters: False
97-
```
98-
9985
### -WhatIf
10086
The WhatIf switch doesn't work in the Office 365 Security & Compliance Center.
10187

0 commit comments

Comments
 (0)