Skip to content

Commit a365bf8

Browse files
authored
Merge pull request MicrosoftDocs#5582 from dariomws/patch-147
Updated PSSessionOption parameter description in Connect-ExchangeOnline.md
2 parents 552759d + d91b6b2 commit a365bf8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,11 @@ Accept wildcard characters: False
266266

267267

268268
### -PSSessionOption
269-
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, `$Options = New-PSSessionOption <Settings>`), and you use the variable name as the value for this parameter (for example, $Options).
269+
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+
271+
`$Options = New-PSSessionOption <Settings>`
272+
273+
And you use the variable name as the value for this parameter (for example, $Options).
270274

271275
```yaml
272276
Type: PSSessionOption

0 commit comments

Comments
 (0)