You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This cmdlet is available only in on-premises Exchange.
16
16
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.
18
18
19
19
For information about the parameter sets in the Syntax section below, see Exchange cmdlet syntax (https://technet.microsoft.com/library/bb123552.aspx).
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.
43
42
44
43
### -------------------------- Example 2 --------------------------
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.
50
49
51
50
## PARAMETERS
52
51
53
52
### -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.
0 commit comments