Skip to content

Commit 2dfb0f2

Browse files
authored
Merge pull request #12643 from MicrosoftDocs/38-chrisda
38-chrisda to Main
2 parents a2d69ad + 9459e96 commit 2dfb0f2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

exchange/exchange-ps/exchange/Connect-IPPSSession.md

+21
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Connect-IPPSSession
3232
[[-Prefix] <String>]
3333
[[-CommandName] <String[]>]
3434
[[-FormatTypeName] <String[]>]
35+
[-AccessToken <String>]
3536
[-AppId <String>]
3637
[-BypassMailboxAnchoring]
3738
[-Certificate <X509Certificate2>]
@@ -218,6 +219,26 @@ Accept pipeline input: False
218219
Accept wildcard characters: False
219220
```
220221

222+
### -AccessToken
223+
**Note**: This parameter is available in version 3.8.0-Preview1 or later of the module.
224+
225+
The AccessToken parameter specifies the OAuth JSON Web Token (JWT) that's used to connect to Security and Compliance PowerShell.
226+
227+
Depending on the type of access token, you need to use this parameter with the Organization, DelegatedOrganization, or UserPrincipalName parameters.
228+
229+
```yaml
230+
Type: String
231+
Parameter Sets: (All)
232+
Aliases:
233+
Applicable: Exchange Online
234+
235+
Required: False
236+
Position: Named
237+
Default value: None
238+
Accept pipeline input: False
239+
Accept wildcard characters: False
240+
```
241+
221242
### -AppId
222243
The AppId parameter specifies the application ID of the service principal that's used in certificate based authentication (CBA). A valid value is the GUID of the application ID (service principal). For example, `36ee4c6c-0812-40a2-b820-b22ebd02bce3`.
223244

0 commit comments

Comments
 (0)