Skip to content

Commit 58a29e9

Browse files
Update Set-ServicePrincipal.md
change ServiceId to ObjectId
1 parent 51589eb commit 58a29e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exchange/exchange-ps/exchange/Set-ServicePrincipal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Set-ServicePrincipal [-Identity] <ServicePrincipalIdParameter>
2929
```
3030

3131
## DESCRIPTION
32-
You can use this cmdlet to change the DisplayName only. If AppId/ServiceId is wrong, delete the service principal and create a new one.
32+
You can use this cmdlet to change the DisplayName only. If AppId/ObjectId is wrong, delete the service principal and create a new one.
3333

3434
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3535

@@ -51,7 +51,7 @@ The Identity parameter specifies the service principal that you want to modify.
5151
- Distinguished name (DN)
5252
- GUID
5353
- AppId
54-
- ServiceId
54+
- ObjectId
5555

5656
```yaml
5757
Type: ServicePrincipalIdParameter

0 commit comments

Comments
 (0)