Skip to content

Commit 2c136d1

Browse files
committed
Update connect-to-exchange-online-powershell.md
Issue #11217
1 parent 39930b7 commit 2c136d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ This section attempts to compare older connection methods that have been replace
390390
- **New-PSSession with OAuth token**:
391391

392392
```powershell
393-
$oauthTokenAsPassword = ConvertTo-SecureString "<EncodedOAuthToken>' -AsPlainText -Force
393+
$oauthTokenAsPassword = ConvertTo-SecureString '<EncodedOAuthToken>' -AsPlainText -Force
394394
395395
$o365cred = New-Object System.Management.Automation.PSCredential ("[email protected]", $oauthTokenAsPassword)
396396

0 commit comments

Comments
 (0)