Active Directory and Azure AD Connect
Project 2: Identity Guide
Part 1: Install Windows Server 2019
Feel free to use Hyper-V, Oracle Virtualbox, or VMware workstation to install Windows Server 2019 as a virtual machine. To request VMware, please email your professor.
Part 2: Install and Configure Active Directory on Windows Server 2019
Step 1 – Change the Computer Name
Change the Computer Name to FirstNameInitialLastNameInitial-CurrentDate (i.e John Smith with the current date of 10/09/2020 would be JS-20201009) using PowerShell (Rename-Computer - NewName XXXXX)
Reboot the server after running the PowerShell command.
Step 2: Create a new forest and domain
Complete the following before pre-requisites before creating a forest. o Assign a static IP address to Windows Server 2019 based on your network configuration. o Create a folder on Server 2019 called CMIT382 on the root of the C Drive. o Download CreateADDomain.PS1 PowerShell script and copy to the CMIT382 folder. Edit
the script and change the $DomainName and $DomainNETBIOSName name. o Run the script in PowerShell in Administrator mode. Make sure the directory is changed
to CMIT382.
Note: You will be asked to create a safe mode administrator password. The password is needed if you want to recover from AD.
o When the script finishes, reboot server.
Provide a screenshot of the Computer System showing Domain.
Step 3: Create 10 User Accounts
Download and copy the Create_ADUsers.PS1 and UserAccounts.csv files to the CMIT382 folder. Edit the CSV file and change the UserPrinciplanName column to match your domain name (i.e. CMIT382XX.local)
Run “Set-ExecutionPolicy Unrestricted” command Open PowerShell ISE in Administrator Mode and run the Create_ADUsers.PS1
Run the Get-ADUser -Filter *PowerShell Command and paste the results in Step 3 of the project 2 submission document.
Part 2: Installing Azure Active Directory
Step 1: Install Azure Active Directory Connect
Download Azure AD Connect Run the installer once the download completes.
Use express settings at the Express Settings
Enter your Azure AD Global Admin credentials that you created in Project 1 (i.e. [email protected])
Enter the Active Directory Domain Services Administrator password in CMIT382XX.Local format.
At the Azure AD sign-in configuration, check the continue without matching all UPM suffixes to verified domains.
At the Ready to configure screen click Install. Log in to the Microsoft Portal using your Global Admin Credentials, go to Azure Active Directory
and take a screenshot of the on-premises Active Directory user accounts. Paste in Part 3 Step 1 of the Project 2 document. Note: It might take up to 30 minutes for the accounts to sync.
Resources:
Windows Server 2019 Download: https://www.microsoft.com/en-us/evalcenter/evaluate-windows- server-2019
Install Windows Server 2019 on Hyper-V: https://www.itechguides.com/install-windows-server-2019- on-hyper-v/
Install Windows Server 2019 on VM: https://www.sysnettechsolutions.com/en/install-windows-server- 2019-vmware-workstation-14/
Install Windows Server 2019 on Oracle VirtualBox: https://www.sysnettechsolutions.com/en/install- windows-server-2019-oracle-vm-virtualbox/
Download Azure AD Connect: https://www.microsoft.com/en-us/download/details.aspx?id=47594
Install Azure AD Connect: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to- connect-install-custom