Skip to content

Commit 0ea5c3b

Browse files
authored
Merge pull request #13108 from MicrosoftDocs/v391P1-chrisda
V391P1-chrisda to Main
2 parents 341fa7e + 85bfa1a commit 0ea5c3b

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

exchange/exchange-ps/ExchangePowerShell/Connect-ExchangeOnline.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Connect-ExchangeOnline
4444
[-Device]
4545
[-DisableWAM]
4646
[-EnableErrorReporting]
47+
[-EXOModuleBasePath <String>]
4748
[-InlineCredential]
4849
[-LoadCmdletHelp]
4950
[-LogDirectoryPath <String>]
@@ -534,6 +535,28 @@ Accept pipeline input: False
534535
Accept wildcard characters: False
535536
```
536537

538+
### -EXOModuleBasePath
539+
540+
> Applicable: Exchange Online
541+
542+
**Note**: This parameter is available in module version 3.9.1-Preview1 or later.
543+
544+
The EXOModuleBasePath parameter specifies the folder where the local temporary copy of the Exchange Online PowerShell module is stored. If the value contains spaces, enclose the value in quotation marks (").
545+
546+
Connect-ExchangeOnline commands store a temporary copy of the Exchange Online module locally on the client for session connectivity. By default, the temporary copy of the module is stored in the %TMP% folder (by default, `C:\Users\<UserName>\AppData\Local\Temp`).
547+
548+
```yaml
549+
Type: String
550+
Parameter Sets: (All)
551+
Aliases:
552+
553+
Required: False
554+
Position: Named
555+
Default value: None
556+
Accept pipeline input: False
557+
Accept wildcard characters: False
558+
```
559+
537560
### -InlineCredential
538561

539562
> Applicable: Exchange Online

0 commit comments

Comments
 (0)