Skip to content

Commit 107596d

Browse files
authored
Merge pull request MicrosoftDocs#6068 from MicrosoftDocs/chrisda
Minor formatting fixes
2 parents fd2ee39 + 000569e commit 107596d

File tree

3 files changed

+25
-22
lines changed

3 files changed

+25
-22
lines changed

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

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ description: "Learn about using the Exchange Online V2 module in scripts and oth
2020
# App-only authentication in the EXO V2 module
2121

2222
> [!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:
25-
>
26-
> ```powershell
27-
> Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease
28-
> ```
29-
> To update from an earlier version of the of the EXO V2 module, run the following command:
30-
>
31-
> ```powershell
32-
> Update-Module -Name ExchangeOnlineManagement -AllowPrerelease
33-
> ```
23+
> This feature is currently in Public Preview, and is available in the Preview release of Exchange Online PowerShell V2 Module.
24+
25+
To install the Preview release of the EXO V2 module, run the following command:
26+
27+
```powershell
28+
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease
29+
```
30+
31+
To update from an earlier version of the of the EXO V2 module, run the following command:
32+
33+
```powershell
34+
Update-Module -Name ExchangeOnlineManagement -AllowPrerelease
35+
```
3436

3537
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.
3638

@@ -190,13 +192,13 @@ After you register the certificate with your application, you can use the public
190192

191193
Azure AD has more than 50 admin roles available. For app-only authentication in Exchange Online, we currently support the previously mentioned roles:
192194

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
200202

201203
1. In the Azure AD portal under **Manage Azure Active Directory**, click **View**.
202204

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Exchange Online PowerShell allows you to manage your Exchange Online settings fr
109109
- For Office 365 Germany, use the _ConnectionUri_ value: `https://outlook.office.de/powershell-liveid/`
110110

111111
- For Microsoft 365 Government Community Cloud High (GCC High), use the _ConnectionUri_ value: `https://outlook.office365.us/powershell-liveid/`
112-
112+
113113
- For Microsoft 365 DoD, use the _ConnectionUri_ value: `https://webmail.apps.mil/powershell-liveid`
114114

115115
- 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`.

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ description: "Learn how to download and use the Exchange Online PowerShell V2 mo
2121
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.
2222

2323
## Report bugs and issues
24+
2425
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:
2526

2627
```PowerShell
@@ -37,8 +38,8 @@ The new cmdlets in the EXO V2 module are meant to replace their older, less effi
3738

3839
The new cmdlets in the EXO V2 module are listed in the following table:
3940

40-
|**New cmdlet in the EXO V2 module**|**Older related cmdlet**|
41-
|:-----|:-----|
41+
|New cmdlet in the EXO V2 module|Older related cmdlet|
42+
|---|---|
4243
|[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)|
4344
|[Get-EXOMailbox](../exchange-ps/exchange/Get-EXOMailbox.md)|[Get-Mailbox](../exchange-ps/exchange/Get-Mailbox.md)|
4445
|[Get-EXORecipient](../exchange-ps/exchange/Get-EXORecipient.md)|[Get-Recipient](../exchange-ps/exchange/Get-Recipient.md)|
@@ -57,7 +58,7 @@ The new cmdlets in the EXO V2 module are listed in the following table:
5758
You can download the EXO V2 module from the PowerShell gallery [here](https://www.powershellgallery.com/packages/ExchangeOnlineManagement/).
5859

5960
> [!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.
6162
6263
### What do you need to know before you begin?
6364

0 commit comments

Comments
 (0)