Skip to content

Commit 5eba3ae

Browse files
authored
Update Connect-ExchangeOnline.md
1 parent 986a00c commit 5eba3ae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ Accept wildcard characters: False
135135
```
136136

137137
### -DelegatedOrganization
138-
Use this parameter to pass the customer organization which you want to manage. The customer tenant should have already consented for delegation using CSP Program for this parameter to work successfully. Once authenticated successfully, the cmdlets imported in the session will be mapped to customer tenant and all the operations performed by cmdlets in this delegated session will be done on customer tenant.
139-
Complete customer domain should be passed i.e. contosoelectronics.onmicrosoft.com
138+
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.
139+
140+
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.
140141

141142
```yaml
142143
Type: String

0 commit comments

Comments
 (0)