Skip to content

Commit 2a14145

Browse files
Merge pull request #13109 from MicrosoftDocs/main
[AutoPublish] main to live - 09/17 10:30 PDT | 09/17 23:00 IST
2 parents 5b0b20c + 0ea5c3b commit 2a14145

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)