Skip to content

Commit dc96445

Browse files
committed
Merge branch 'master' into chrisda
2 parents 808dee0 + 8617c47 commit dc96445

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

exchange/exchange-ps/exchange/New-IntraOrganizationConnector.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ New-IntraOrganizationConnector [-Name] <String> -DiscoveryEndpoint <Uri> -Target
2525
[-Confirm]
2626
[-DomainController <Fqdn>]
2727
[-Enabled <Boolean>]
28+
[-TargetSharingEpr <Uri>]
2829
[-WhatIf]
2930
[<CommonParameters>]
3031
```
@@ -152,6 +153,24 @@ Accept pipeline input: False
152153
Accept wildcard characters: False
153154
```
154155

156+
### -TargetSharingEpr
157+
This parameter is available only in the cloud-based service.
158+
159+
The TargetSharingEpr parameter specifies the URL of the target Exchange Web Services that will be used in the Intra-Organization connector.
160+
161+
```yaml
162+
Type: Uri
163+
Parameter Sets: (All)
164+
Aliases:
165+
Applicable: Exchange Online
166+
167+
Required: False
168+
Position: Named
169+
Default value: None
170+
Accept pipeline input: False
171+
Accept wildcard characters: False
172+
```
173+
155174
### -WhatIf
156175
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
157176

exchange/exchange-ps/exchange/Set-IntraOrganizationConnector.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Set-IntraOrganizationConnector [-Identity] <IntraOrganizationConnectorIdParamete
2727
[-DomainController <Fqdn>]
2828
[-Enabled <Boolean>]
2929
[-TargetAddressDomains <MultiValuedProperty>]
30+
[-TargetSharingEpr <Uri>]
3031
[-WhatIf]
3132
[<CommonParameters>]
3233
```
@@ -154,6 +155,24 @@ Accept pipeline input: False
154155
Accept wildcard characters: False
155156
```
156157

158+
### -TargetSharingEpr
159+
This parameter is available only in the cloud-based service.
160+
161+
The TargetSharingEpr parameter specifies the URL of the target Exchange Web Services that will be used in the Intra-Organization connector.
162+
163+
```yaml
164+
Type: Uri
165+
Parameter Sets: (All)
166+
Aliases:
167+
Applicable: Exchange Online
168+
169+
Required: False
170+
Position: Named
171+
Default value: None
172+
Accept pipeline input: False
173+
Accept wildcard characters: False
174+
```
175+
157176
### -WhatIf
158177
The WhatIf switch simulates the actions of the command. You can use this switch to view the changes that would occur without actually applying those changes. You don't need to specify a value with this switch.
159178

0 commit comments

Comments
 (0)