Skip to content

Commit 6f330fe

Browse files
committed
Update New-InformationBarrierPolicy.md
Confirm doesn't work Issue #6983
1 parent c735714 commit 6f330fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

exchange/exchange-ps/exchange/New-InformationBarrierPolicy.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,7 @@ Accept wildcard characters: False
188188
```
189189

190190
### -Confirm
191-
The Confirm switch specifies whether to show or hide the confirmation prompt. How this switch affects the cmdlet depends on if the cmdlet requires confirmation before proceeding.
192-
193-
- Destructive cmdlets (for example, Remove-\* cmdlets) have a built-in pause that forces you to acknowledge the command before proceeding. For these cmdlets, you can skip the confirmation prompt by using this exact syntax: `-Confirm:$false`.
194-
- Most other cmdlets (for example, New-\* and Set-\* cmdlets) don't have a built-in pause. For these cmdlets, specifying the Confirm switch without a value introduces a pause that forces you acknowledge the command before proceeding.
191+
The Confirm switch doesn't work on this cmdlet.
195192

196193
```yaml
197194
Type: SwitchParameter

0 commit comments

Comments
 (0)