Skip to content

Commit 9f76da5

Browse files
authored
Update Export-AutoDiscoverConfig.md
1 parent aff2375 commit 9f76da5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

exchange/exchange-ps/exchange/client-access/Export-AutoDiscoverConfig.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ monikerRange: "exchserver-ps-2010 || exchserver-ps-2013 || exchserver-ps-2016 ||
1414
## SYNOPSIS
1515
This cmdlet is available only in on-premises Exchange.
1616

17-
Use the Export-AutoDiscoverConfig cmdlet to create or update a service connection point for an Autodiscover service pointer in a target Exchange forest on an Exchange Server 2016 server.
17+
Use the 'Export-AutoDiscoverConfig' cmdlet to create or update a service connection point for an Autodiscover service pointer in a target Exchange forest.
1818

1919
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
2020

2121
## SYNTAX
22-
2322
```
2423
Export-AutoDiscoverConfig -TargetForestDomainController <String> [-Confirm] [-DeleteConfig <$true | $false>]
2524
[-DomainController <Fqdn>] [-MultipleExchangeDeployments <$true | $false>] [-PreferredSourceFqdn <Fqdn>]
@@ -36,22 +35,24 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3635

3736
### -------------------------- Example 1 --------------------------
3837
```
39-
Export-AutoDiscoverConfig -TargetForestDomainController targetForestName
38+
Export-AutoDiscoverConfig -TargetForestDomainController contoso.com
4039
```
4140

42-
This example creates a service connection point object to connect to another Active Directory forest so that Outlook 2010 clients can automatically connect to their mailbox without having to set up a profile.
41+
This example creates a service connection point object to connect to contoso.com Active Directory forest so that Outlook clients can automatically connect to their mailbox without having to set up a profile.
4342

4443
### -------------------------- Example 2 --------------------------
4544
```
46-
Export-AutoDiscoverConfig -TargetForestDomainController targetForestName -MultipleExchangeDeployments $true
45+
Export-AutoDiscoverConfig -TargetForestDomainController dc.contoso.com -MultipleExchangeDeployments $true
4746
```
4847

49-
This example specifies that Exchange 2016 is deployed in more than one Active Directory forest while establishing an Autodiscover service connection point to the target domain controller in another Active Directory forest.
48+
This example specifies that Exchange is deployed in more than one Active Directory forest while establishing an Autodiscover service connection point to the dc.contoso.com domain controller in contoso.com Active Directory forest.
5049

5150
## PARAMETERS
5251

5352
### -TargetForestDomainController
54-
The TargetForestDomainController parameter specifies the domain controller that you want to export the Autodiscover configuration to.
53+
The TargetForestDomainController parameter specifies the forest or domain controller that you want to export the Autodiscover configuration to.
54+
55+
If target domain controller require signing you will get "A more secure authentication method is required for this server". Domain controllers requiring signing aren't supported.
5556

5657
```yaml
5758
Type: String

0 commit comments

Comments
 (0)