Skip to content

Commit 16e1d96

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

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ 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>
2526
[-Confirm]
2627
[-DisplayName <String>]
2728
[-WhatIf]
@@ -86,6 +87,22 @@ Accept pipeline input: False
8687
Accept wildcard characters: False
8788
```
8889
90+
### -ServiceId
91+
This parameter is being deprecated. Use the ObjectId parameter instead.
92+
93+
```yaml
94+
Type: String
95+
Parameter Sets: (All)
96+
Aliases:
97+
Applicable: Exchange Online, Security & Compliance, Exchange Online Protection
98+
99+
Required: True
100+
Position: Named
101+
Default value: None
102+
Accept pipeline input: False
103+
Accept wildcard characters: False
104+
```
105+
89106
### -Confirm
90107
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.
91108

0 commit comments

Comments
 (0)