Skip to content

Commit f45e80e

Browse files
authored
Merge pull request #8039 from MicrosoftDocs/chrisda
Chrisda to Master
2 parents 6dfeabb + 1765666 commit f45e80e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

exchange/docs-conceptual/exchange-online-powershell-v2.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ When you report an issue at `exocmdletpreview[at]service[dot]microsoft[dot]com`,
3737
Connect-ExchangeOnline -EnableErrorReporting -LogDirectoryPath <Path to store log file> -LogLevel All
3838
```
3939

40+
> [!NOTE]
41+
> The latest version of EXO V2 module and frequent use of the **Connect-ExchangeOnline** and **Disconnect-ExchangeOnline** cmdlets in a single PowerShell session or script might lead to a memory leak. The best way to avoid this issue is to use the _CommandName_ parameter on the **Connect-ExchangeOnline** cmdlet to limit the cmdlets that are used in the session.
42+
4043
## How the EXO V2 module works
4144

4245
The module contains a small set of exclusive Exchange Online PowerShell cmdlets that are optimized for bulk data retrieval scenarios (think: thousands and thousands of objects). When you first open the module, you'll only see these exclusive cmdlets. After you [connect to your Exchange Online organization](connect-to-exchange-online-powershell.md), you'll see all of the familiar cmdlets that are available in Exchange Online PowerShell.

exchange/exchange-ps/exchange/Connect-IPPSSession.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ Accept wildcard characters: False
113113
```
114114

115115
### -DelegatedOrganization
116-
The DelegatedOrganization parameter specifies the customer organization that you want to manage (for example, contosoelectronics.onmicrosoft.com). This parameter only works if the customer organization has agreed to your delegated management via the CSP program.
117-
118-
After you successfully authenticate, the cmdlets in this session are mapped to the customer organization, and all operations in this session are done on the customer organization.
116+
This parameter is reserved for internal Microsoft use.
119117

120118
```yaml
121119
Type: String

exchange/exchange-ps/exchange/Set-ExternalInOutlook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To add or remove one or more values without affecting any existing entries, use
8484

8585
This parameter is meaningful only when the value of the Enabled parameter is $true.
8686

87-
The maximum number of entries is 30, and the total size of all entries can't exceed one kilobyte.
87+
The maximum number of entries is 50, and the total size of all entries can't exceed one kilobyte.
8888

8989
```yaml
9090
Type: MultiValuedProperty

0 commit comments

Comments
 (0)