Skip to content

Commit 000569e

Browse files
committed
Merge branch 'master' into chrisda
2 parents 88aea5d + fd2ee39 commit 000569e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,21 @@ 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**:
22+
> [!NOTE]
23+
> This feature is currently in Public Preview, and is available in the Preview release of Exchange Online PowerShell V2 Module.
2324
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+
To install the Preview release of the EXO V2 module, run the following command:
2526

2627
```powershell
2728
Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease
2829
```
2930

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+
```
36+
3037
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.
3138

3239
Because storing user credentials locally is not a safe practice, we're releasing this feature to support authentication for unattended scripts (automation) scenarios using AzureAD applications and self-signed certificates.

0 commit comments

Comments
 (0)