Skip to content

Commit 9fe848c

Browse files
authored
Merge pull request MicrosoftDocs#4421 from navgupta1208/patch-34
Update Connect-ExchangeOnline.md
2 parents 5ac7bdb + fcf3730 commit 9fe848c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exchange/exchange-ps/exchange/powershell-v2-module/Connect-ExchangeOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $UserCredential = Get-Credential
5151
Connect-ExchangeOnline -Credential $UserCredential
5252
```
5353

54-
The first command gets the user credentials and stores them in the $Credential variable.
54+
The first command gets the user credentials and stores them in the $UserCredential variable.
5555

5656
The second command connects the current PowerShell session using the credentials in the $Credential. Note that after the second command is complete, the password key in the $Credential variable becomes empty.
5757

0 commit comments

Comments
 (0)