Skip to content

Commit ea27ee6

Browse files
authored
Merge pull request #12504 from paisvivekanand/patch-10
Update Connect-ExchangeOnline.md
2 parents 0009405 + ae47401 commit ea27ee6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,11 @@ Accept wildcard characters: False
202202
```
203203

204204
### -DelegatedOrganization
205-
The DelegatedOrganization parameter specifies the customer organization that you want to manage (for example, contosoelectronics.onmicrosoft.com). This parameter works only if the customer organization has agreed to your delegated management via the CSP program.
205+
The DelegatedOrganization parameter specifies the customer organization that you want to manage. A valid value for this parameter is the primary .onmicrosoft.com domain or tenant ID of the customer organization.
206206

207-
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.
207+
This parameter works only if the customer organization has agreed to your delegated management via the CSP program.
208208

209-
**Note**: Use the primary .onmicrosoft.com domain of the delegated organization for the value of this parameter.
209+
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.
210210

211211
```yaml
212212
Type: String
@@ -603,7 +603,7 @@ Accept wildcard characters: False
603603
```
604604

605605
### -Organization
606-
The Organization parameter specifies the organization when you connect using CBA or managed identity. You must use the primary .onmicrosoft.com domain of the organization for the value of this parameter.
606+
The Organization parameter specifies the organization when you connect using CBA or managed identity. A valid value for this parameter is the primary .onmicrosoft.com domain or tenant ID of the organization.
607607

608608
For more information about connecting with CBA, see [App-only authentication for unattended scripts in the Exchange Online PowerShell module](https://aka.ms/exo-cba).
609609

0 commit comments

Comments
 (0)