Skip to content

Commit 00a7519

Browse files
Merge pull request #223503 from MicrosoftGuyJFlo/patch-14
Update hybrid-azuread-join-manual.md
2 parents da0533e + c316dce commit 00a7519

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

articles/active-directory/devices/hybrid-azuread-join-manual.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -96,30 +96,6 @@ The **$scp.Keywords** output shows the Azure AD tenant information. Here's an ex
9696
azureADId:72f988bf-86f1-41af-91ab-2d7cd011db47
9797
```
9898

99-
If the service connection point doesn't exist, you can create it by running the `Initialize-ADSyncDomainJoinedComputerSync` cmdlet on your Azure AD Connect server. Enterprise admin credentials are required to run this cmdlet.
100-
101-
The `Initialize-ADSyncDomainJoinedComputerSync` cmdlet:
102-
103-
* Creates the service connection point in the Active Directory forest that Azure AD Connect is connected to.
104-
* Requires you to specify the `AdConnectorAccount` parameter. This account is configured as the Active Directory connector account in Azure AD Connect.
105-
106-
107-
The following script shows an example for using the cmdlet. In this script, `$aadAdminCred = Get-Credential` requires you to type a user name. Provide the user name in the user principal name (UPN) format (`[email protected]`).
108-
109-
```PowerShell
110-
Import-Module -Name "C:\Program Files\Microsoft Azure Active Directory Connect\AdPrep\AdSyncPrep.psm1";
111-
112-
$aadAdminCred = Get-Credential;
113-
114-
Initialize-ADSyncDomainJoinedComputerSync –AdConnectorAccount [connector account name] -AzureADCredentials $aadAdminCred;
115-
```
116-
117-
The `Initialize-ADSyncDomainJoinedComputerSync` cmdlet:
118-
119-
* Uses the Active Directory PowerShell module and Active Directory Domain Services (AD DS) tools. These tools rely on Active Directory Web Services running on a domain controller. Active Directory Web Services is supported on domain controllers running Windows Server 2008 R2 and later.
120-
* Is only supported by the MSOnline PowerShell module version 1.1.166.0. To download this module, use [this link](https://www.powershellgallery.com/packages/MSOnline/1.1.166.0).
121-
* If the AD DS tools aren't installed, `Initialize-ADSyncDomainJoinedComputerSync` will fail. You can install the AD DS tools through Server Manager under **Features** > **Remote Server Administration Tools** > **Role Administration Tools**.
122-
12399
### Set up issuance of claims
124100

125101
In a federated Azure AD configuration, devices rely on AD FS or an on-premises federation service from a Microsoft partner to authenticate to Azure AD. Devices authenticate to get an access token to register against the Azure Active Directory Device Registration Service (Azure DRS).

0 commit comments

Comments
 (0)