Skip to content

Commit ec5472d

Browse files
authored
Update Test-ServicePrincipalAuthorization.md
1 parent 8432f73 commit ec5472d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

exchange/exchange-ps/exchange/Test-ServicePrincipalAuthorization.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,7 @@ Accept wildcard characters: False
6666
```
6767
6868
### -Confirm
69-
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.
70-
71-
- 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`.
72-
- 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.
69+
This parameter is reserved for internal Microsoft use.
7370
7471
```yaml
7572
Type: SwitchParameter
@@ -122,7 +119,7 @@ Accept wildcard characters: False
122119
```
123120
124121
### -WhatIf
125-
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
122+
This parameter is reserved for internal Microsoft use.
126123
127124
```yaml
128125
Type: SwitchParameter

0 commit comments

Comments
 (0)