Skip to content

Commit 27359b1

Browse files
committed
Update connect-to-exchange-online-protection-powershell.md
Typo fix
1 parent 5aeaf24 commit 27359b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Import-Module ExchangeOnlineManagement
5858
The command that you need to run uses the following syntax:
5959

6060
```powershell
61-
Connect-IPPSSession -UserPrincipalName <UPN> -ConnectionUri `https://ps.protection.outlook.com/powershell-liveid/ [-PSSessionOption $ProxyOptions]
61+
Connect-IPPSSession -UserPrincipalName <UPN> -ConnectionUri https://ps.protection.outlook.com/powershell-liveid/ [-PSSessionOption $ProxyOptions]
6262
```
6363

6464
For detailed syntax and parameter information, see [Connect-IPPSSession](/powershell/module/exchange/connect-ippssession).

0 commit comments

Comments
 (0)