Skip to content

Commit 1993587

Browse files
authored
Merge pull request MicrosoftDocs#6081 from navgupta1208/patch-66
Update app-only-auth-powershell-v2.md
2 parents e5138c9 + 617c6c5 commit 1993587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -Al
3131
To update from an earlier version of the of the EXO V2 module, run the following command:
3232

3333
```powershell
34-
Update-Module -Name ExchangeOnlineManagement -AllowPrerelease
34+
Update-Module -Name ExchangeOnlineManagement -RequiredVersion 2.0.3-Preview -AllowPrerelease
3535
```
3636

3737
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.

0 commit comments

Comments
 (0)