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/app-only-auth-powershell-v2.md
+20-18Lines changed: 20 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,19 @@ description: "Learn about using the Exchange Online V2 module in scripts and oth
20
20
# App-only authentication in the EXO V2 module
21
21
22
22
> [!NOTE]
23
-
>
24
-
> This feature is currently in Public Preview, and is available in the Preview release of Exchange Online PowerShell V2 Module. To install the Preview release of the EXO V2 module, run the following command:
Auditing and reporting scenarios in Exchange Online often involve scripts that run unattended. In most cases, these unattended scripts access Exchange Online PowerShell using Basic authentication (a username and password). Even when the connection to Exchange Online PowerShell uses Modern authentication, the credentials are stored in a local file or a secret vault that's access at run-time.
36
38
@@ -190,13 +192,13 @@ After you register the certificate with your application, you can use the public
190
192
191
193
Azure AD has more than 50 admin roles available. For app-only authentication in Exchange Online, we currently support the previously mentioned roles:
192
194
193
-
- Global administrator
194
-
- Compliance administrator
195
-
- Security reader
196
-
- Security administrator
197
-
- Helpdesk administrator
198
-
- Exchange Service administrator
199
-
- Global Reader
195
+
- Global administrator
196
+
- Compliance administrator
197
+
- Security reader
198
+
- Security administrator
199
+
- Helpdesk administrator
200
+
- Exchange Service administrator
201
+
- Global Reader
200
202
201
203
1. In the Azure AD portal under **Manage Azure Active Directory**, click **View**.
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/connect-to-exchange-online-powershell.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Exchange Online PowerShell allows you to manage your Exchange Online settings fr
109
109
- For Office 365 Germany, use the _ConnectionUri_ value: `https://outlook.office.de/powershell-liveid/`
110
110
111
111
- For Microsoft 365 Government Community Cloud High (GCC High), use the _ConnectionUri_ value: `https://outlook.office365.us/powershell-liveid/`
112
-
112
+
113
113
- For Microsoft 365 DoD, use the _ConnectionUri_ value: `https://webmail.apps.mil/powershell-liveid`
114
114
115
115
- If you're behind a proxy server, run this command first: `$ProxyOptions = New-PSSessionOption -ProxyAccessType <Value>`, where the _ProxyAccessType_ value is `IEConfig`, `WinHttpConfig`, or `AutoDetect`.
Copy file name to clipboardExpand all lines: exchange/docs-conceptual/exchange-online-powershell-v2.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ description: "Learn how to download and use the Exchange Online PowerShell V2 mo
21
21
The Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module) enables admins to connect to their Exchange Online environment in Microsoft 365 to retrieve data, create new objects, update existing objects, remove objects as well as configure Exchange Online and its features.
22
22
23
23
## Report bugs and issues
24
+
24
25
When you report an issue, be sure to include the log files in your email message. To generate the log files, replace \<Path to store log file\> with the output folder you want, and run the following command:
25
26
26
27
```PowerShell
@@ -37,8 +38,8 @@ The new cmdlets in the EXO V2 module are meant to replace their older, less effi
37
38
38
39
The new cmdlets in the EXO V2 module are listed in the following table:
39
40
40
-
|**New cmdlet in the EXO V2 module**|**Older related cmdlet**|
41
-
|:-----|:-----|
41
+
|New cmdlet in the EXO V2 module|Older related cmdlet|
42
+
|---|---|
42
43
|[Connect-ExchangeOnline](../exchange-ps/exchange/Connect-ExchangeOnline.md)|[Connect-EXOPSSession](mfa-connect-to-exchange-online-powershell.md) <br/> or <br/> [New-PSSession](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-pssession)|
@@ -57,7 +58,7 @@ The new cmdlets in the EXO V2 module are listed in the following table:
57
58
You can download the EXO V2 module from the PowerShell gallery [here](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/).
58
59
59
60
> [!NOTE]
60
-
> Currently, the latest version of PowerShell that's supported for the EXO V2 module is PowerShell 5.1. Support for later versions of PowerShell (and by definition, support for Linux or Mac) is a work in progress and will be announced soon.
61
+
> Currently, the latest version of PowerShell that's supported for the EXO V2 module is PowerShell 5.1. Support for later versions of PowerShell (and by definition, support for Linux or Mac) is a work in progress.
0 commit comments