Skip to content

Commit 7175aef

Browse files
authored
Update Export-AutoDiscoverConfig.md
1 parent 6db56d0 commit 7175aef

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,27 @@ 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.
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://docs.microsoft.com/powershell/exchange/exchange-server/exchange-cmdlet-syntax).
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
2222
```
23-
Export-AutoDiscoverConfig -TargetForestDomainController <String> [-Confirm] [-DeleteConfig <$true | $false>]
24-
[-DomainController <Fqdn>] [-MultipleExchangeDeployments <$true | $false>] [-PreferredSourceFqdn <Fqdn>]
25-
[-SourceForestCredential <PSCredential>] [-TargetForestCredential <PSCredential>] [-WhatIf]
26-
[<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>]
2732
```
2833

2934
## DESCRIPTION
3035
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.
3136

32-
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).
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).
3338

3439
## EXAMPLES
3540

@@ -52,7 +57,7 @@ This example specifies that Exchange is deployed in more than one Active Directo
5257
### -TargetForestDomainController
5358
The TargetForestDomainController parameter specifies the forest or domain controller that you want to export the Autodiscover configuration to.
5459

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.
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.
5661

5762
```yaml
5863
Type: String

0 commit comments

Comments
 (0)