Skip to content

Commit 6acdb55

Browse files
authored
Merge branch 'main' into patch-37
2 parents 29fe32b + 2dfb0f2 commit 6acdb55

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

.github/workflows/StaleBranch.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ permissions:
55

66
on:
77
schedule:
8-
- cron: "0 */12 * * *"
8+
- cron: "0 9 1 * *"
99

10-
workflow_dispatch:
10+
# workflow_dispatch:
1111

1212

1313
jobs:
@@ -21,6 +21,6 @@ jobs:
2121
"ExampleBranch1",
2222
"ExampleBranch2"
2323
]'
24-
ReportOnly: true
24+
ReportOnly: false
2525
secrets:
2626
AccessToken: ${{ secrets.GITHUB_TOKEN }}

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

Lines changed: 21 additions & 0 deletions
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

exchange/exchange-ps/exchange/Get-Notification.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1616

17+
> [!NOTE]
18+
> This cmdlet will be deprecated in the cloud-based service. The classic Exchange admin center was deprecated in the cloud-based service in 2023.
19+
1720
Use the Get-Notification cmdlet to view notification events that are shown in the notification viewer in the Exchange admin center (EAC). These notifications are related to the following events:
1821

1922
- Mailbox moves and migrations.

exchange/exchange-ps/exchange/Set-Notification.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available in on-premises Exchange and in the cloud-based service. Some parameters and settings may be exclusive to one environment or the other.
1616

17+
> [!NOTE]
18+
> This cmdlet will be deprecated in the cloud-based service. The classic Exchange admin center was deprecated in the cloud-based service in 2023.
19+
1720
Use the Set-Notification cmdlet to modify notification events that are shown in the notification viewer in the Exchange admin center (EAC). These notifications are related to the following events:
1821

1922
- Mailbox moves and migrations.

0 commit comments

Comments
 (0)