File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
exchange/exchange-ps/exchange Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ Delete-QuarantineMessage -Identities <QuarantineMessageIdentity[]>
26
26
[-Identity <QuarantineMessageIdentity>]
27
27
[-Confirm]
28
28
[-EntityType <Microsoft.Exchange.Management.FfoQuarantine.EntityType>]
29
+ [-HardDelete]
29
30
[-RecipientAddress <String[]>]
30
31
[-WhatIf]
31
32
[<CommonParameters>]
@@ -36,6 +37,7 @@ Delete-QuarantineMessage -Identities <QuarantineMessageIdentity[]>
36
37
Delete-QuarantineMessage -Identity <QuarantineMessageIdentity>
37
38
[-Confirm]
38
39
[-EntityType <Microsoft.Exchange.Management.FfoQuarantine.EntityType>]
40
+ [-HardDelete]
39
41
[-RecipientAddress <String[]>]
40
42
[-WhatIf]
41
43
[<CommonParameters>]
@@ -162,6 +164,24 @@ Accept pipeline input: False
162
164
Accept wildcard characters: False
163
165
` ` `
164
166
167
+ # ## -HardDelete
168
+ The HardDelete switch specifies the message is permanently deleted and isn't recoverable. You don't need to specify a value with this switch.
169
+
170
+ If you don't use this switch, the message is deleted, but is potentially recoverable.
171
+
172
+ ` ` ` yaml
173
+ Type: SwitchParameter
174
+ Parameter Sets: (All)
175
+ Aliases:
176
+ Applicable: Exchange Online, Security & Compliance
177
+
178
+ Required: False
179
+ Position: Named
180
+ Default value: None
181
+ Accept pipeline input: False
182
+ Accept wildcard characters: False
183
+ ` ` `
184
+
165
185
# ## -RecipientAddress
166
186
The RecipientAddress parameter filters the results by the recipient's email address. You can specify multiple values separated by commas.
167
187
You can’t perform that action at this time.
0 commit comments