Sunday, July 3, 2016

Part 03 - Clone to create the first server in the lab

VMware cloning feature save us a lot of time when creating a servers.
Right-click on our template from before and choose > "Manage" > "Clone..." >


Welcome to the Clone Virtual Mashine Wizard. Next >


Choose "An existing snapshot (powered off only)". Next >


Depending on how mush storage you have you can choose:
  • Linked clone to save space but the original should always be available to it.
  • Full clone is 1 to 1 so it fully independent, but take up more space then linked clone.


We are creating a "Domain Controller", I named it "DC01" and placed it in the "trainingLAB" folder. Press Finish to start the cloning process.


Cloning in process. Wait for it to finish.


Cloning done. Close the window


Cloning done...now we have a new VM "DC01" that we can play with.


Next Step - Configure DC01 as Create a domain :D

No comments:

Post a Comment

Part 26 - How To Deploy Bginfo Using SCCM 2012 R2

We a using a powershell script to install and config Bginfo from Sysinternals . Download the script from here: psBginfo - For simpl...