Removed web client customization for now

Removed web client customization option as this will be available in a future script
This commit is contained in:
Alan Renouf
2016-12-07 11:50:12 -08:00
committed by GitHub
parent d171b6e2c3
commit 8dee2ec498

View File

@@ -20,7 +20,6 @@ $SSOSiteName = "Site01"
$datacenter = "DC01"
$cluster = "Cluster01"
$ntpserver = "pool.ntp.org"
$webClientTheme = "CormacHogan"
# VSAN Configuration
$VSANPolicy = '(("hostFailuresToTolerate" i1) ("forceProvisioning" i1))'
@@ -213,4 +212,4 @@ Write-Host ""
My-Logger "Access the vSphere Web Client at https://$VCIP/vsphere-client/"
My-Logger "Access the HTML5 vSphere Web Client at https://$VCIP/ui/"
My-Logger "Browse the vSphere REST APIs using the API Explorer here: https://$VCIP/apiexplorer/"
My-Logger "================================"
My-Logger "================================"