You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/basic-auth-connect-to-eop-powershell.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ The following introductory video shows you how to connect to and use Exchange On
39
39
- Windows Server 2019
40
40
- Windows Server 2016
41
41
- Windows Server 2012 or Windows Server 2012 R2
42
-
- Windows 7 Service Pack 1 (SP1)<sup>*</sup>
43
-
- Windows Server 2008 R2 SP1<sup>*</sup>
42
+
- Windows 7 Service Pack 1 (SP1)<sup>\*</sup>
43
+
- Windows Server 2008 R2 SP1<sup>\*</sup>
44
44
45
45
<sup>\*</sup> This version of Windows has reached end of support, and is now only supported when running in Azure virtual machines. To use this version of Windows, you need to install the Microsoft .NET Framework 4.5 or later and then an updated version of the Windows Management Framework: 3.0, 4.0, or 5.1 (only one). For more information, see [Install the .NET Framework](https://docs.microsoft.com/dotnet/framework/install/on-windows-7), [Windows Management Framework 3.0](https://aka.ms/wmf3download), [Windows Management Framework 4.0](https://aka.ms/wmf4download), and [Windows Management Framework 5.1](https://aka.ms/wmf5download).
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/connect-to-exchange-online-powershell.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ To use the older Exchange Online Remote PowerShell Module to connect to Exchange
29
29
30
30
- The requirements for installing and using the EXO V2 module are described in [Install and maintain the EXO V2 module](exchange-online-powershell-v2.md#install-and-maintain-the-exo-v2-module).
31
31
32
-
- If your organization is on-premises Exchange, and you have Exchange Enterprise CAL with Services licenses for EOP, your EOP PowerShell connection instructions are the same as Exchange Online PowerShell as described in this topic.
32
+
- If your organization is on-premises Exchange, and you have Exchange Enterprise CAL with Services licenses for Exchange Online Protection (EOP), your EOP PowerShell connection instructions are the same as Exchange Online PowerShell as described in this topic.
33
33
34
34
> [!TIP]
35
35
> Having problems? Ask in the [Exchange Online](https://go.microsoft.com/fwlink/p/?linkId=267542) forum.
@@ -47,11 +47,11 @@ If you account uses multi-factor authentication, use the steps in this section.
47
47
2. The command that you need to run uses the following syntax:
-_\<UPN\>_ is your account in user principal name format (for example, `[email protected]`).
54
-
-The required _ConnectionUri_ and _AzureADAuthorizationEndPointUrl_ values depend on the nature of your Microsoft 365 organization. For more information, see the parameter descriptions in [Connect-ExchangeOnline](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
54
+
-When you use the _ExchangeEnvironmentName_ parameter, you don't need use the _ConnectionUri_ or _AzureADAuthorizationEndPointUrl_ parameters. For more information, see the parameter descriptions in [Connect-ExchangeOnline](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
55
55
- The _DelegatedOrganization_ parameter specifies the customer organization that you want to manage as an authorized Microsoft Partner. For more information, see [Partners](https://docs.microsoft.com/office365/servicedescriptions/office-365-platform-service-description/partners).
56
56
57
57
**This example connects to Exchange Online PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**:
@@ -63,19 +63,19 @@ If you account uses multi-factor authentication, use the steps in this section.
63
63
**This example connects to Exchange Online PowerShell in an Office 365 Germany organization**:
-The required _ConnectionUri_ value depends on the nature of your Microsoft 365 organization. For more information, see the parameter description in [Connect-ExchangeOnline](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
120
+
-When you use the _ExchangeEnvironmentName_ parameter, you don't need use the _ConnectionUri_ or _AzureADAuthorizationEndPointUrl_ parameters. For more information, see the parameter descriptions in [Connect-ExchangeOnline](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
121
121
- The _DelegatedOrganization_ parameter specifies the customer organization that you want to manage as an authorized Microsoft Partner. For more information, see [Partners](https://docs.microsoft.com/office365/servicedescriptions/office-365-platform-service-description/partners).
122
122
123
123
**Connect to Exchange Online PowerShell in a Microsoft 365 or Microsoft 365 GCC organization**:
@@ -129,25 +129,25 @@ If your account doesn't use multi-factor authentication, use the steps in this s
129
129
**Connect to Exchange Online PowerShell in an Office 365 Germany organization**:
For detailed syntax and parameter information, see [Connect-ExchangeOnline](https://docs.microsoft.com/powershell/module/exchange/connect-exchangeonline).
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Connect-ExchangeOnline.md
+24-24Lines changed: 24 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -73,11 +73,13 @@ After the Connect-ExchangeOnline command is successful, you can run ExO V2 modul
73
73
## PARAMETERS
74
74
75
75
### -AzureADAuthorizationEndpointUri
76
-
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint Uri that can issue OAuth2 access tokens. You use this parameter with multi-factor authentication (MFA) and federated authentication.
76
+
**Note**: If you use the ExchangeEnvironmentName parameter, you don't need to use the AzureADAuthorizationEndpointUri or ConnectionUri parameters.
77
77
78
-
- For Exchange Online PowerShell in Microsoft 365 or Microsoft 365 GCC, don't use this parameter.
79
-
- For Exchange Online PowerShell in Office 365 Germany, use the value `https://login.microsoftonline.de/common` for this parameter.
80
-
- For Exchange Online PowerShell in Microsoft 365 GCC High and Microsoft 365 DoD, use the value `https://login.microsoftonline.us/common` for this parameter.
78
+
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint Uri that can issue OAuth2 access tokens. You use this parameter with multi-factor authentication (MFA) and federated authentication. The following Exchange Online PowerShell environments and related values are supported:
79
+
80
+
- Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
The ConnectionUri parameter specifies the connection endpoint for the remote Exchange Online PowerShell session.
116
+
**Note**: If you use the ExchangeEnvironmentName parameter, you don't need to use the AzureADAuthorizationEndpointUri or ConnectionUri parameters.
117
+
118
+
The ConnectionUri parameter specifies the connection endpoint for the remote Exchange Online PowerShell session. The following Exchange Online PowerShell environments and related values are supported:
115
119
116
-
- For Exchange Online PowerShell in Microsoft 365 or Microsoft 365 GCC, you don't use this parameter.
117
-
- For Exchange Online PowerShell in Office 365 Germany, use the value <https://outlook.office.de/PowerShell-LiveID> for this parameter.
118
-
- For Exchange Online PowerShell in Office 365 operated by 21Vianet, use the value <https://partner.outlook.cn/PowerShell> for this parameter.
119
-
- For Exchange Online PowerShell in Microsoft 365 GCC High, use the value <https://outlook.office365.us/powershell-liveid> for this parameter.
120
-
- For Exchange Online PowerShell in Microsoft 365 DoD, use the value <https://webmail.apps.mil/powershell-liveid> for this parameter.
120
+
- Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://outlook.office365.com/powershell-liveid/`, but that's also the default value, so you don't need to use this parameter for these environments.
- Office 365 operated by 21Vianet: `https://partner.outlook.cn/PowerShell`
123
+
- Microsoft 365 GCC High: `https://outlook.office365.us/powershell-liveid`
124
+
- Microsoft 365 DoD: `https://webmail.apps.mil/powershell-liveid`
121
125
122
-
**Note**: If your organization is on-premises Exchange, and you have Exchange Enterprise CAL with Services licenses for EOP, use the this cmdlet without the _ConnectionUri_ parameter to connect to EOP PowerShell (the same connection instructions as Exchange Online PowerShell).
126
+
**Note**: If your organization is on-premises Exchange, and you have Exchange Enterprise CAL with Services licenses for Exchange Online Protection, use the this cmdlet without the _ConnectionUri_ parameter to connect to EOP PowerShell (the same connection instructions as Exchange Online PowerShell in Microsoft 365 or Microsoft GCC).
The ExchangeEnvironmentName specifies the Exchange Online environment. Valid values are:
193
-
194
-
- O365China
195
-
196
-
- O365Default (this is the default value)
197
-
198
-
- O365GermanyCloud
199
-
200
-
- O365USGovDoD
196
+
The ExchangeEnvironmentName specifies the Exchange Online environment and replaces the need to use the AzureADAuthorizationEndpointUri or ConnectionUri parameters. The following Exchange Online PowerShell environments are supported:
201
197
202
-
- O365USGovGCCHigh
198
+
- Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `O365Default`, but that's also the default value, so you don't need to use this parameter for these environments.
199
+
- Office 365 Germany: `O365GermanyCloud`
200
+
- Office 365 operated by 21Vianet: `O365China`
201
+
- Microsoft 365 GCC High: `O365USGovGCCHigh`
202
+
- Microsoft 365 DoD: `O365USGovDoD`
203
203
204
204
```yaml
205
205
Type: ExchangeEnvironment
@@ -284,7 +284,7 @@ The PSSessionOption parameter specifies the PowerShell session options to use in
284
284
285
285
`$Options = New-PSSessionOption <Settings>`
286
286
287
-
And you use the variable name as the value for this parameter (for example, $Options).
287
+
And you use the variable name as the value for this parameter (for example, `$Options`).
The ShowBanner switch shows or hides the banner message that's displayed when you run Connect-ExchangeOnline. You don't need to specify a value with this switch.
304
304
305
-
To show the banner, you don't need to use this switch (the banner is displayed by default).
305
+
- To show the banner, you don't need to use this switch (the banner is displayed by default).
306
306
307
-
To hide the banner, use this exact syntax: `-ShowBanner:$false`.
307
+
- To hide the banner, use this exact syntax: `-ShowBanner:$false`.
Copy file name to clipboardExpand all lines: exchange/exchange-ps/exchange/Connect-IPPSSession.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,10 @@ This example connects to standalone Exchange Online Protection PowerShell in an
64
64
## PARAMETERS
65
65
66
66
### -AzureADAuthorizationEndpointUri
67
-
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint Uri that can issue OAuth2 access tokens. You use this parameter with multi-factor authentication (MFA) and federated authentication.
67
+
The AzureADAuthorizationEndpointUri parameter specifies the Azure AD Authorization endpoint Uri that can issue OAuth2 access tokens. You use this parameter with multi-factor authentication (MFA) and federated authentication. The following PowerShell environments and related values are supported:
68
68
69
-
-For Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC, don't use this parameter.
70
-
-For Security & Compliance Center PowerShell in Office 365 Germany, use the value `https://login.microsoftonline.de/common` for this parameter.
69
+
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter.
70
+
- Security & Compliance Center PowerShell in Office 365 Germany: `https://login.microsoftonline.de/common`
The ConnectionUri parameter specifies the connection endpoint for the remote PowerShell session.
101
+
The ConnectionUri parameter specifies the connection endpoint for the remote PowerShell session. The following PowerShell environments and related values are supported:
102
102
103
-
- For Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC, don't use this parameter.
104
-
- For Security & Compliance Center PowerShell in Office 365 Germany, use the value <https://ps.compliance.protection.outlook.de/PowerShell-LiveID> for this parameter.
105
-
- For Exchange Online Protection PowerShell in standalone EOP organizations without Exchange Online mailboxes, use the value <https://ps.protection.outlook.com/powershell-liveid/> for this parameter.
103
+
- Security & Compliance Center PowerShell in Microsoft 365 or Microsoft 365 GCC: Don't use this parameter. The required value is `https://ps.compliance.protection.outlook.com/powershell-liveid/`, but that's also the default value, so you don't need to use this parameter for these environments.
104
+
- Security & Compliance Center PowerShell in Office 365 Germany: `https://ps.compliance.protection.outlook.de/PowerShell-LiveID`
105
+
- Exchange Online Protection PowerShell in standalone EOP organizations without Exchange Online mailboxes: `https://ps.protection.outlook.com/powershell-liveid/`
106
106
107
107
```yaml
108
108
Type: String
@@ -158,7 +158,7 @@ The PSSessionOption parameter specifies the PowerShell session options to use in
158
158
159
159
`$Options = New-PSSessionOption <Settings>`
160
160
161
-
And you use the variable name as the value for this parameter (for example, $Options).
161
+
And you use the variable name as the value for this parameter (for example, `$Options`).
This parameter is available only in the cloud-based service.
229
229
230
-
Typically, you use the DiagnosticInfo parameter only at the request of Microsoft Customer Service and Support to troubleshoot problems.
230
+
Typically, you use the DiagnosticInfo parameter only at the request of Microsoft Customer Service and Support to troubleshoot problems. Valid values are:
0 commit comments