Skip to content

Commit 6bac206

Browse files
authored
Merge pull request MicrosoftDocs#11519 from hyin86/main
update Invoke-HoldRemovalAction
2 parents 13e5935 + 47adfc2 commit 6bac206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

exchange/exchange-ps/exchange/Invoke-HoldRemovalAction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Invoke-HoldRemovalAction -Action <HoldRemovalActionType>
3232
```
3333

3434
## DESCRIPTION
35-
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/purview/microsoft-365-compliance-center-permissions).
35+
To use this cmdlet in Security & Compliance PowerShell, you need to be assigned permissions. Only Compliance Administrator can remove hold for Exchange or Sharepoint locations. For more information, see [Permissions in the Microsoft Purview compliance portal](https://learn.microsoft.com/purview/microsoft-365-compliance-center-permissions).
3636

3737
## EXAMPLES
3838

@@ -41,7 +41,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
4141
Invoke-HoldRemovalAction -Action RemoveHold -ExchangeLocation "[email protected]" -HoldId "UniHecbf89df-74fc-444a-a2dc-c0756c7d3503"
4242
```
4343

44-
This example removes the specified hold on Kitty Petersen's mailbox.
44+
This example removes the specified hold on Kitty Petersen's mailbox if policy UniHecbf89df-74fc-444a-a2dc-c0756c7d3503 is not an active case hold policy.
4545

4646
### Example 2
4747
```powershell
@@ -119,7 +119,7 @@ Accept wildcard characters: False
119119
### -Force
120120
The Force switch hides warning or confirmation messages. You don't need to specify a value with this switch.
121121

122-
You can use this switch to run tasks programmatically where prompting for administrative input is inappropriate.
122+
You can use this switch to force remove the hold even when the policy is active. Instead, you should remove the hold from the case hold policy.
123123

124124
```yaml
125125
Type: SwitchParameter

0 commit comments

Comments
 (0)