Skip to content

kyhomelab/Help-Desk-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Help-Desk-Lab

Objective

  • I wanted to create a simulated environment that can help give my friends some hands on training with different scenariors

Components

Software Used

  1. Download the Iso
  2. I had to run command
    cat /sys/module/kvm_amd/parameters/nested
    in the shell of the datacenter
  3. If it returns 1 then that means virtualization is turned on; if not:
    echo "options kvm-amd nested=1" > /etc/modprobe.d/kvm-amd.conf
    followed by a reboot
  4. After Proxmox reboots, go back to shell and enable virtualization on the vm id with this cmd:
    qm set vm_id --cpu host
  5. After installation I now I had access to Windows Server Manager
  6. Under Server Manager I went to Roles and Features > Select Server Roles > Select Active Directory Domain Services > Add Features
  7. After the installation completed I Promoted the server to a domain controller
  8. Created a New Forest named soc.lab and after a restart I now have an Active Directory Domain, now we need to populate it
  9. I created a user for myself to join the AD on Win10

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published