Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.11 KB

readme.md

File metadata and controls

23 lines (17 loc) · 1.11 KB

05 - Sync AD with Azure AD (AAD) using AD Connect

After our landing zone - has been deployed (in the previous challenge) we have a look at the environment.

  1. Log on to your jumphost: [Azure Portal] -> Virtual Machines -> ...jumphost -> Connect -> RDP
  2. Use the credentials you used in the previous challenge. And log on using the domain. Your jumphost should be domain joined.

In my case username is: contoso\avdadmin
password: %the one I used in previous challenge%

  1. In the jumphost - show yourself around (e.g. launching the 'AD Users & Computers') - e.g. find the name of your domain controller
  2. On the jumphost run: mstsc.exe -> %your domain controller%
  3. Launch AD Connect installation -> c:\temp\AD Connect.....
  4. Use Express settings.
  5. Log on to your AAD as global admin.
  6. Log on to your AD as avdadmin
  7. Establish the sync -> Wait -> Check the [Azure Portal] -> Azure Active Directory -> Users for synced users.

Here is a video that shows how:

Run landing zone pipeline

next
back