Skip to content

benjmascdw/CSATENG-SystemBuildScripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

CSATENG-SystemBuildScripts

DC1 Build Steps

  1. Clone Template
  2. Set Password on first boot
  3. Install VMWare tools (Reboot)
  4. Open a powershell prompt and run the following commands to Download and extract the build scripts
cd Desktop
(New-Object Net.WebClient).downloadFile("https://github.com/benjmascdw/CSATENG-SystemBuildScripts/archive/main.zip", "c:\Users\Administrator\build.zip")
Expand-Archive build.zip
cd build\CSATENG-SystemBuildScripts-main
  1. Run dc1.ps1 (reboot)
    • Sets inital OS settings
  2. Re-connect via RDP
  3. Run dc1.ps1 - Click "Close" when complete to reboot
    • Installs Active directory
  4. Run dc1.ps1
    • Deploy certificate services
    • Create Simulated Users
  5. When prompted for Credentials enter "administrator" and the password.

DC2 Build Steps

  1. Clone Template
  2. Set Password on first boot
  3. Set any IP addressing settings as needed
  4. Open a Powershell prompt and run the following commands to Download and extract the build scripts
cd Desktop
(New-Object Net.WebClient).downloadFile("https://github.com/benjmascdw/CSATENG-SystemBuildScripts/archive/main.zip", "c:\Users\Administrator\build.zip")
Expand-Archive build.zip
cd build\CSATENG-SystemBuildScripts-main
  1. Install VMWare tools (Reboot)
  2. Run dc2.ps1 (reboot)
  3. Re-connect via RDP
  4. Run dc2.ps1 (reboot)
    • When prompted for credentials user "csateng.lab\administrator"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published