Skip to content

Commit e111675

Browse files
authored
Update Test-ServicePrincipalAuthorization.md
Removing non-relevant params
1 parent e309362 commit e111675

File tree

1 file changed

+2
-53
lines changed

1 file changed

+2
-53
lines changed

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

Lines changed: 2 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in the cloud-based service.
1616

17-
Use the Test-ServicePrincipalAuthorization cmdlet to test role-based access control (RBAC) for Applications. For more information, see [Role Based Access Control for Applications in Exchange Online](https://learn.microsoft.com/Exchange/permissions-exo/application-rbac).
17+
Use the Test-ServicePrincipalAuthorization cmdlet to test the access granted by role-based access control (RBAC) for Applications. For more information, see [Role Based Access Control for Applications in Exchange Online](https://learn.microsoft.com/Exchange/permissions-exo/application-rbac).
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

@@ -39,7 +39,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3939
Test-ServicePrincipalAuthorization -Identity "DemoB" -Resource "Test Mailbox" | Format-Table
4040
```
4141

42-
This example tests the RBAC for Applications permissions assigned to DemoB on the mailbox named Test Mailbox
42+
This example tests the RBAC for Applications permissions assigned to the app DemoB on the mailbox named "Test Mailbox"
4343

4444
## PARAMETERS
4545

@@ -65,41 +65,6 @@ Accept pipeline input: True (ByPropertyName, ByValue)
6565
Accept wildcard characters: False
6666
```
6767
68-
### -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.
73-
74-
```yaml
75-
Type: SwitchParameter
76-
Parameter Sets: (All)
77-
Aliases: cf
78-
Applicable: Exchange Online
79-
80-
Required: False
81-
Position: Named
82-
Default value: None
83-
Accept pipeline input: False
84-
Accept wildcard characters: False
85-
```
86-
87-
### -Organization
88-
This parameter is reserved for internal Microsoft use.
89-
90-
```yaml
91-
Type: OrganizationIdParameter
92-
Parameter Sets: (All)
93-
Aliases:
94-
Applicable: Exchange Online
95-
96-
Required: False
97-
Position: Named
98-
Default value: None
99-
Accept pipeline input: True (ByPropertyName, ByValue)
100-
Accept wildcard characters: False
101-
```
102-
10368
### -Resource
10469
The Resource parameter specifies the target mailbox where the scoped permissions apply. You can use any value that uniquely identifies the mailbox. For example:
10570
@@ -121,22 +86,6 @@ Accept pipeline input: True (ByPropertyName, ByValue)
12186
Accept wildcard characters: False
12287
```
12388
124-
### -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.
126-
127-
```yaml
128-
Type: SwitchParameter
129-
Parameter Sets: (All)
130-
Aliases: wi
131-
Applicable: Exchange Online
132-
133-
Required: False
134-
Position: Named
135-
Default value: None
136-
Accept pipeline input: False
137-
Accept wildcard characters: False
138-
```
139-
14089
### CommonParameters
14190
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/p/?LinkID=113216).
14291

0 commit comments

Comments
 (0)