Skip to content

Commit 01fa6a5

Browse files
committed
Update Connect-ExchangeOnline.md
Added Prefix param per email request
1 parent 9727f2e commit 01fa6a5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Connect-ExchangeOnline
3434
[-LogDirectoryPath <String>]
3535
[-LogLevel <String>]
3636
[-PageSize <UInt32>]
37+
[-Prefix <String>]
3738
[[-PSSessionOption] <PSSessionOption>]
3839
[-ShowProgress <Boolean>]
3940
[-TrackPerformance <Boolean>]
@@ -248,6 +249,22 @@ Accept pipeline input: False
248249
Accept wildcard characters: False
249250
```
250251

252+
### -Prefix
253+
The Prefix parameter specifies an alias to add to nouns in the names of older remote PowerShell cmdlets (cmdlet with nouns that don't already start with EXO). A valid value is a text string without spaces, and you can't use the value EXO (this prefix is reserved for PowerShell V2 module cmdlets).
254+
255+
```yaml
256+
Type: String
257+
Parameter Sets: (All)
258+
Aliases:
259+
260+
Required: False
261+
Position: Named
262+
Default value: None
263+
Accept pipeline input: False
264+
Accept wildcard characters: False
265+
```
266+
267+
251268
### -PSSessionOption
252269
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).
253270

0 commit comments

Comments
 (0)