Skip to content

Commit 100c37d

Browse files
authored
Merge branch 'main' into patch-1
2 parents 4eddbd1 + eb6c7ba commit 100c37d

File tree

241 files changed

+2221
-1268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+2221
-1268
lines changed

.github/workflows/TierManagement.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,15 @@ name: Tier management
22

33
permissions:
44
pull-requests: write
5-
contents: read
5+
contents: write
66

77
on:
88
issue_comment:
99
types: [created, edited]
1010

11+
pull_request_target:
12+
types: [opened, reopened]
13+
1114
jobs:
1215

1316
tier-mgmt:

.openpublishing.redirection.teams.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3014,6 +3014,11 @@
30143014
"source_path": "teams/virtual-folder/teams/index.md",
30153015
"redirect_url": "/powershell/module/microsoftteams/",
30163016
"redirect_document_id": true
3017+
},
3018+
{
3019+
"source_path": "teams/virtual-folder/MicrosoftTeams/Set-CsGroupPolicyAssignment.md",
3020+
"redirect_url": "/powershell/module/microsoftteams/",
3021+
"redirect_document_id": false
30173022
}
30183023
]
30193024
}

exchange/docs-conceptual/app-only-auth-powershell-v2.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: App-only authentication in Exchange Online PowerShell and Security & Compliance PowerShell
33
ms.author: chrisda
44
author: chrisda
5-
manager: deniseb
6-
ms.date: 12/12/2023
5+
manager: orspodek
6+
ms.date: 08/11/2025
77
ms.audience: Admin
88
audience: Admin
99
ms.topic: article
@@ -69,11 +69,18 @@ The following examples show how to use the Exchange Online PowerShell module wit
6969
>
7070
> The following connection commands have many of the same options available as described in [Connect to Exchange Online PowerShell](connect-to-exchange-online-powershell.md) and [Connect to Security & Compliance PowerShell](connect-to-scc-powershell.md). For example:
7171
>
72-
> - Microsoft 365 GCC High or Microsoft 365 DoD environments require the following additional parameters and values:
73-
> - **Connect-ExchangeOnline in GCC High**: `-ExchangeEnvironmentName O365USGovGCCHigh`.
74-
> - **Connect-IPPSSession in GCC High**: `-ConnectionUri https://ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
75-
> - **Connect-ExchangeOnline in DoD**: `-ExchangeEnvironmentName O365USGovDoD`.
76-
> - **Connect-IPPSSession in DoD**: `-ConnectionUri https://l5.ps.compliance.protection.office365.us/powershell-liveid/ -AzureADAuthorizationEndpointUri https://login.microsoftonline.us/common`.
72+
> - Microsoft 365 GCC High, Microsoft 365 DoD or Microsoft 365 China (operated by 21Vianet) environments require the following additional parameters and values:
73+
> - **Microsoft 365 GCC High**
74+
> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovGCCHigh`
75+
> - `Connect-IPPSSession -ConnectionUri https://compliance.usgcc.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us`
76+
>
77+
> - **Microsoft 365 DoD**
78+
> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365USGovDoD`
79+
> - `Connect-IPPSSession -ConnectionUri https://compliance.dod.microsoft.com/powershell-liveid -AzureADAuthorizationEndpointUri https://login.microsoftonline.us`
80+
>
81+
> - **Microsoft 365 operated by 21Vianet (China)**
82+
> - `Connect-ExchangeOnline -ExchangeEnvironmentName O365China`
83+
> - `Connect-IPPSSession -ConnectionUri https://ps.compliance.protection.partner.outlook.cn/powershell-liveid -AzureADAuthorizationEndpointUri https://login.chinacloudapi.cn/common`
7784
>
7885
> - If a **Connect-IPPSSession** command presents a login prompt, run the command: `$Global:IsWindows = $true` before the **Connect-IPPSSession** command.
7986

exchange/docs-conceptual/cmdlet-property-sets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Property sets in Exchange Online PowerShell module cmdlets
33
ms.author: chrisda
44
author: chrisda
5-
manager: deniseb
5+
manager: orspodek
66
ms.date: 9/1/2023
77
ms.audience: Admin
88
audience: Admin

exchange/docs-conceptual/connect-exo-powershell-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure managed identities to connect to Exchange Online PowerShell
33
ms.author: chrisda
44
author: chrisda
5-
manager: deniseb
5+
manager: orspodek
66
ms.date: 8/24/2023
77
ms.audience: Admin
88
audience: Admin

exchange/docs-conceptual/connect-to-exchange-online-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect to Exchange Online PowerShell
33
author: chrisda
4-
manager: deniseb
4+
manager: orspodek
55
ms.date: 07/11/2025
66
ms.audience: Admin
77
audience: Admin

exchange/docs-conceptual/connect-to-exchange-servers-using-remote-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Connect to Exchange servers using remote PowerShell"
33
ms.author: chrisda
44
author: chrisda
5-
manager: deniseb
5+
manager: orspodek
66
ms.date: 9/7/2023
77
ms.audience: ITPro
88
audience: ITPro

exchange/docs-conceptual/connect-to-exo-powershell-c-sharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use C# to connect to Exchange Online PowerShell
33
ms.author: chrisda
44
author: chrisda
5-
manager: deniseb
5+
manager: orspodek
66
ms.date: 8/21/2023
77
ms.audience: Admin
88
audience: Admin

exchange/docs-conceptual/connect-to-scc-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Connect to Security & Compliance PowerShell
33
author: chrisda
4-
manager: deniseb
4+
manager: orspodek
55
ms.date: 07/11/2025
66
ms.audience: Admin
77
audience: Admin

exchange/docs-conceptual/control-remote-powershell-access-to-exchange-servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Control remote PowerShell access to Exchange servers"
33
ms.author: chrisda
44
author: chrisda
5-
manager: deniseb
5+
manager: orspodek
66
ms.date: 9/7/2023
77
ms.audience: ITPro
88
audience: ITPro

0 commit comments

Comments
 (0)