Milestone 4

Milestone 4.1: Active Directory LDAPs SSO Provider

Active Directory LDAPs SSO Provider

Install-WindowsFeature Adcs-Cert-Authority -IncludeManagementTools
Install-AdcsCertificationAuthority -CAType EnterpriseRootCa -CryptoProviderName "RSA#Microsoft Software Key Storage Provider" -KeyLength 2048 -HashAlgorithmName SHA1
Error 0 means it worked thanks Microsoft

Copy CA Cert

Copy Cert and past in a file called ca.pem

Connect AD to vSphere

Login with domain creds

Reboot vSphere

Change Identity provider

Add Identity Source

Create ldap users

Move -adm user through gui and make vcenter-admin group

Add AD vcenter Group to vSphere administrators

Milestone 4.2: Powershell, PowerCLI and Our First Clone

Xubuntu install powercli and ansible dependencies

Anisble

Install Powercli and Powershell

Test Connectivity to ESXi Host

Or connect with domain user ($vcenter=”vcenter.paul.local”)

Show VM’s

To get vm Snapshot

Made Script: https://github.com/ChampPG/Tech-Journals/blob/main/SEC-480/cloner.ps1

Milestone 4.3: Ubuntu Server Base VM and Linked Clone

Create a new Ubuntu VM.

ISO = Live Server Ubuntu

Update to the new installer

Install OpenSSH Server

Disable IPv6

Modify Script

Download and run script

Shutdown and take `Base` Snapshot

Script to Create aux

Last updated