Lab ‐ Windows Admin Center - jacobwilliams100/sec-440 GitHub Wiki

Pre-Configuration

AD01

First, put it on the LAN network

{E57714F9-8A76-49F0-A496-BE8DCCF9E4BC}

use sconfig to set updates to manual

{A61E12AF-B31B-49F9-9B6C-C12849879829}

Setting timezone to EST

{5D312950-CC15-4937-A26D-78C8BB6B8112}

Setting hostname to AD01

{A84813A2-7C34-4901-BA76-0AAAAEB79FDC}

IP Configuration

IPv4 Address: 10.0.5.5

Netmask: 255.255.255.0

IGW: 10.0.5.1

DNS: 10.0.5.1

{58D1ABBF-3AA6-4B2E-BD30-E290800FB29F}

Test ping to gateway, internal host, and external host

{BBE979BE-80F1-473A-8DE2-A9F5C57CDFF2}

Now install active directory with Install-WindowsFeature AD-Domain-Services -IncludeManagementTools

Set up the forest with Install-ADDSForest -DomainName jake.local

{9EC72A31-AADD-49E6-A8EA-55AA12C928F1}

Install DHCP Server Tools with server manager

{C0290CA9-A989-4190-90E0-863D642DCAB5}

{C11B7AB0-63F7-456B-A5D3-83E794A4D63C}

Create a named Domain Admin and Domain User using Active Directory Users and Computers within Server Manager

{CB422176-F8B6-4A47-B466-19AB11A06026}

{67808478-E398-42DF-B3B7-A1883338B971}

{57211F33-A698-4C83-BC96-141F0851496E}

FS01

Put it on LAN Network

{078C6553-F6C6-421B-9F39-601E4D564888}

start it back up, use sconfig to set updates to manual

{13DE19FF-742C-4332-B5A9-2FC888FB20F6}

Set system time to EST

{713ED346-D532-4ECA-A1B6-C6C762FB0D01}'

Set hostname to FS01 (will need to restart)

{7AD42949-6DFA-4944-B32E-78E0D17C9E1D}

IP Configuration

IPv4 Address: 10.0.5.7

Netmask: 255.255.255.0

IGW: 10.0.5.1

DNS: 10.0.5.5 (AD01)

Test ping

{4A7CAA66-1C76-4997-9270-377E04EEC3A8}

Joining to jake.local domain

use sconfig

{AFD18623-78E4-47FE-AF51-98840F66692D}

You will need to restart.

WKS1

Put it on LAN network

{A122367D-7239-45DE-8CA8-01C0929CBA02}

IP Settings

IPv4 Address: 10.0.5.8

Netmask: 255.255.255.0

IGW: 10.0.5.1

DNS: 10.0.5.5 (AD01)

image

Testing Connection

image

Joining to domain

image

image

After doing this, restart

Task 1: Windows Admin Center on FS01

download with Invoke-WebRequest -Uri "https://aka.ms/WACDownload" -OutFile WindowsAdminCenter.msi

install with .\WindowsAdminCenter.msi

image

Default settings are fine

image

back on WKS01, connect to this URL, and use your domain admin credentials to enter the site.

You will need to manually add all hosts using the GUI

image

Deliverable 1: Screenshot showing three of your windows systems.

image

Task 2: Windows Admin Center “Extensions” for Active Directory and DNS management

After this, go to the settings wheel->Extensions

image

from the list, install the "Active Directory" and "DNS" Extensions, hit install for each

image

Back on the landing page, right click AD01 (log in with named domain admin created earlier)

We can configure ADDS and DNS (using the Extensions we installed earlier) with these icons on the sidebar

image

Deliverable 2. Figure out how to add functionality to WAC that will allow us to manage AD and DNS Provide screenshots

image

image

Task 3: While accessing WAC on FS01 from a browser on WKS1, use the remote powershell tool to access a powershell terminal on AD01

It's as simple as scrolling down and clicking "Powershell" on the sidebar and logging in as domain admin.

Deliverable 3. Figure out how to invoke a remote powershell session with AD01

image

Task 4: Use WAC to remote into WKS1

Simply trying to connect will throw this error

image

To make this work, we need to enable and configure WinRM, and set up the firewall to allow remote desktop connections. There are many ways to do this, so we will

Enabling WinRM

open admin powershell and run the command winrm quickcondig

image

Reconfiguring Windows Defender Firewall

Open Windows Defender Firewall with Advanced Security and Enable this rule:

image

You should now be able to access the machine with the YOURNAME\yourname-adm domain account

Go to Remote Desktop on the sidebar, and log in once again

image

It may tell you that you need to enable Remote Desktop, follow the link and Enable it.

image

Try again, and you should be able to connect now!

Deliverable 4: Figure out how to deal with this error for wks1 and demonstrate your success by using the Remote Desktop Feature within WAC.

image