Skip to content

Commit 5e008f1

Browse files
authored
Merge branch 'master' into EDM-deniseb
2 parents 58a70c4 + 140d9cc commit 5e008f1

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

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

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,44 +14,50 @@ 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

19-
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
19+
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://docs.microsoft.com/powershell/exchange/exchange-server/exchange-cmdlet-syntax).
2020

2121
## SYNTAX
22-
2322
```
24-
Export-AutoDiscoverConfig -TargetForestDomainController <String> [-Confirm] [-DeleteConfig <$true | $false>]
25-
[-DomainController <Fqdn>] [-MultipleExchangeDeployments <$true | $false>] [-PreferredSourceFqdn <Fqdn>]
26-
[-SourceForestCredential <PSCredential>] [-TargetForestCredential <PSCredential>] [-WhatIf]
27-
[<CommonParameters>]
23+
Export-AutoDiscoverConfig -TargetForestDomainController <String>
24+
[-Confirm]
25+
[-DeleteConfig <$true | $false>]
26+
[-DomainController <Fqdn>]
27+
[-MultipleExchangeDeployments <$true | $false>]
28+
[-PreferredSourceFqdn <Fqdn>]
29+
[-SourceForestCredential <PSCredential>]
30+
[-TargetForestCredential <PSCredential>]
31+
[-WhatIf] [<CommonParameters>]
2832
```
2933

3034
## DESCRIPTION
3135
The Autodiscover Service Connection Point pointer resides Active Directory in the user account forest and includes the LDAP URL of the resource forest that the client will use to locate the Autodiscover service in the resource forest.
3236

33-
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://technet.microsoft.com/library/mt432940.aspx).
37+
You need to be assigned permissions before you can run this cmdlet. Although this topic lists all parameters for the cmdlet, you may not have access to some parameters if they're not included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see Find the permissions required to run any Exchange cmdlet (https://docs.microsoft.com/powershell/exchange/exchange-server/find-exchange-cmdlet-permissions).
3438

3539
## EXAMPLES
3640

3741
### -------------------------- Example 1 --------------------------
3842
```
39-
Export-AutoDiscoverConfig -TargetForestDomainController targetForestName
43+
Export-AutoDiscoverConfig -TargetForestDomainController contoso.com
4044
```
4145

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.
46+
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.
4347

4448
### -------------------------- Example 2 --------------------------
4549
```
46-
Export-AutoDiscoverConfig -TargetForestDomainController targetForestName -MultipleExchangeDeployments $true
50+
Export-AutoDiscoverConfig -TargetForestDomainController dc.contoso.com -MultipleExchangeDeployments $true
4751
```
4852

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.
53+
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.
5054

5155
## PARAMETERS
5256

5357
### -TargetForestDomainController
54-
The TargetForestDomainController parameter specifies the domain controller that you want to export the Autodiscover configuration to.
58+
The TargetForestDomainController parameter specifies the forest or domain controller that you want to export the Autodiscover configuration to.
59+
60+
If the target domain controller requires signing, you'll get the error: "A more secure authentication method is required for this server". Domain controllers that require signing aren't supported.
5561

5662
```yaml
5763
Type: String

0 commit comments

Comments
 (0)