Skip to content

Commit fd2ee39

Browse files
authored
Merge pull request MicrosoftDocs#6066 from JeremyTBradshaw/patch-1
Update app-only-auth-powershell-v2.md
2 parents 00bb3a3 + 5ce0cc0 commit fd2ee39

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

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

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,18 @@ description: "Learn about using the Exchange Online V2 module in scripts and oth
1919

2020
# App-only authentication in the EXO V2 module
2121

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:
25-
26-
```powershell
27-
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease
28-
```
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:
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+
> ```
2934
3035
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.
3136

0 commit comments

Comments
 (0)