Skip to content

Latest commit

 

History

History
179 lines (92 loc) · 5.84 KB

File metadata and controls

179 lines (92 loc) · 5.84 KB

Install Windows Server

Summary:

This walkthrough covers installing a Windows server that will be later be configured as a Domain Controller.

image.png

Install Windows Server 2025

Download Microsoft Server 2025 from the link below and download the ISO.

Windows Server 2025 | Microsoft Evaluation Center

Select download the ISO

image.png

Register for the free ISO file.

image.png

Select the appropriate 64-bit edition and download.

image.png

Create Windows Server VM

Open VirtualBox Manager and select New.

image.png

Make the following settings.

image.png

Make the following settings in the Hardware dropdown.

image.png

Make the following settings under the Hard Disk drop down and select Finish.

image.png

Go to settings and choose System and make the following settings. If hard disk is not the top of the boot order, de-select enable EFI and move hard disk to the top. Then re-select enable EFI.

image.png

Disable Audio.

image.png

Go to network and make the following selections.

image.png

Start the server.

image.png

Be prepared to hit any key when the VM starts. If you are not successful in hitting any key before it times out, restart the VM.

image.png

Select language.

image.png

Select keyboard.

image.png

Select Install Windows Server.

image.png

Ensure you select a Desktop Experience version. I’m using Standard Evaluation.

image.png

Agree to terms.

image.png

Choose next.

image.png

Select install.

image.png

The server may restart several times during installation.

image.png

Create a password.

image.png

To log in select Input → Keyboard → Insert Ctrl-Alt-Del.

image.png

Then log in with the password you created.

image.png

Install VirtualBox Guest Additions

The VirtualBox Guest Additions is a set of software and drivers that can be installed on the guest operating system (OS) running inside a VirtualBox virtual machine (VM). These additions provide several benefits and enhancements to improve the integration and performance of the guest OS within the virtual environment, such as Improved Graphics Performance, Shared Clipboard, Shared Folders, Mouse Pointer Integration, Time Synchronization, etc. To install the Guest Additions, you mount the Guest Additions ISO (included with VirtualBox) within the guest OS.

image.png

Open the CD drive and run VBoxWindowsAdditions-amd64.

image.png

Select the defaults during the installation.

image.png

Then reboot.

image.png

Open a command prompt and check the IP address using the ipconfig command.

After reboot. Manually manipulate the size of the Window until it goes to full screen.

image.png

Open a command prompt to check the IP address to determine if the networking section id functioning properly and the DHCP server assigned the appropriate IP range. Type ipconfig.

image.png

As seen above it did receive an IP address within the correct IPv4 range.

Set a static IP for the server using the pfSense interface. Log back into pfSense at https://10.0.1.1.

Again, pfSense uses a self-signed certificate and will trigger an alert. Select Advanced and then Continue.

image.png

Login with the creds we created earlier.

image.png

Once logged in, go to Status and DHCP leases.

image.png

To assign a static IP address with pfSense select the “+” icon.

image.png

Select the IP address 10.0.1.3.

image.png

Select Save and then Apply Changes.

image.png

Use ipconfig /release and ipconfig /renew commands again to get the new static IP address.

image.png

Enable Copy and Paste between the VM and the host.

  1. Open VirtualBox Manager Dashboard
  2. Go to the Settings of the Windows VM
  3. Go to the General tab.
  4. Select the Advanced tab
  5. Select Bidirectional from the Shared Clipboard setting

Untitled