Skip to content

Commit 2fc0846

Browse files
authored
Update New-ServicePrincipal.md
1 parent f8d2816 commit 2fc0846

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

exchange/exchange-ps/exchange/New-ServicePrincipal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ For information about the parameter sets in the Syntax section below, see [Excha
2222

2323
```
2424
New-ServicePrincipal -AppId <String> -ObjectId <String>
25-
[-ServiceId <String>] **Will be deprecated for ObjectId**
2625
[-Confirm]
2726
[-DisplayName <String>]
2827
[-WhatIf]
@@ -68,7 +67,7 @@ Accept pipeline input: False
6867
Accept wildcard characters: False
6968
```
7069
71-
### -ObjectId (formerly ServiceId)
70+
### -ObjectId
7271
The ObjectId parameter specifies the unique ObjectId GUID value for the service principal. For example, 7c7599b2-23af-45e3-99ff-0025d148e929.
7372
7473
- The ObjectId property in the output of the [Get-MgServicePrincipal](https://learn.microsoft.com/powershell/module/microsoft.graph.applications/get-mgserviceprincipal) cmdlet in Microsoft Graph PowerShell.

0 commit comments

Comments
 (0)