Lab 02 | DNS ADDS Role - kerryallen89/SYS-255-01 GitHub Wiki

Lab 02 | Server 2019, ADDS and DNS

Deliverables

Deliverable 1: On AD01, find the Active Directory Users and Computers App, and provide a screenshot showing that WKS01 has been successfully added to the domain.

image

In this screenshot, I show that WKS01-KERRY successfully joined my Domain through the ADDS' Active Directory Users and Computers.

Deliverable 2. On AD01, select the two new users you have added and provide a screenshot.

image

In this screenshot, I show that I created two users on AD01-Kerry, one user is called "Kerry Allen (adm)" which will be an admin account. Also, this user is under the name of "Domain Admins". The second user is "Kerry Allen", this is a non-privileged user I created.

Deliverable 3. From powershell or a command prompt on WKS01, provide the results of the following commands in one screenshot:

image

In this screenshot, I provided Powershell outputs that prove WKS01-kerry can connect and communicate with AD01-kerry and FW01-kerry. I ran the command "nslookup 10.0.5.2" which performs a reverse DNS query. This provides the server and name of the host that uses 10.0.5.2 as their DNS. The next command I ran was "nslookup fw01-kerry" which queries by the hostname instead of the DNS. This pretty much does the same thing as the nslookup before this. The next command I ran was "nslookup kerry.local". This command finds the domain's DNS server which is "kerry.local". The last two commands I ran were "whoami" and "hostname", this is self-explanatory but whoami shows that I am logged in as the Domain/User and hostname shows the name of the workstation which is "wks01-kerry".