Skip to content

Commit 7ba429e

Browse files
authored
Update Connect-ExchangeOnline.md
1 parent b02b454 commit 7ba429e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ Accept wildcard characters: False
267267

268268
### -PSSessionOption
269269
The PSSessionOption parameter specifies the PowerShell session options to use in your connection to Exchange Online. You store the output of the [New-PSSessionOption](https://docs.microsoft.com/powershell/module/microsoft.powershell.core/new-pssessionoption) command in a variable, for example:
270+
270271
`$Options = New-PSSessionOption <Settings>`
272+
271273
And you use the variable name as the value for this parameter (for example, $Options).
272274

273275
```yaml

0 commit comments

Comments
 (0)