Milestone 2 - devinziegler/Devin-Tech-Journal GitHub Wiki
- Setup Windows Server for
sysprep - Download and install AD on new windows VM

Diagram made in plantuml here
- Type
sconfigin powershell - Use option 6 to download and install updates ultill there are none left
- Make sure to set time zone & configure updates with what the system requires
- Install VMware Tools through the actions menu in ESXi
- Open Powershell ISE (Make sure it is x64 NOT x86)
- Paste the following script & hit run script
-
A refresher on AD and Domain Controllers can be found here
-
Users can be created & added to groups in the
Active Directoty Users and Computersapplication. -
Configure DNS with the following in
DNS Manager:
- Add a reverse lookup zone
- Add a host to .local, make sure to add an associated PTR record
Mount the VCenter ISO to the mgmt system using the following Steps
- Switch the file system to the ISO in the datastore
- Mount the ISO witht the following:
sudo mkdir /mnt/iso
sudo mounmt /dev/cdrom /mnt/iso- Navigate through the ISO untill your reach the installation script
- Complete the install filling out the prompts. Walkthrough video can be found here
This process will take a long time!! :)
Make sure each system is synced with pool.ntp.org
- Log into vSphere Client with vshere.local SSO
[email protected] - Under Administration Select SSO -> Sonfiguration
- Under
Active Directory Domainselect Join AD, use domain admin credentials - Restart vCenter throught the management console
After the server is restarted log back in with vsphere SSO.
- Under
Administration/configuration/identity providerselectidentity Sources - Select add fill out with the following:
Identity Source Type: AD
Domain name: yourname.local
- Select the new Identity Source (your domain)
- Select Set as Default
- Select
Users & Groups/Groups/Administrators/ADD MEMBERS - Under the
Add Membersdrop down selectyourname.local - Add domain admin user to group and select
save
You should not be able to log in with domain admin in vcenter