From 8dee2ec4985ac75af4c06109813ff0b34e092eba Mon Sep 17 00:00:00 2001 From: Alan Renouf Date: Wed, 7 Dec 2016 11:50:12 -0800 Subject: [PATCH] Removed web client customization for now Removed web client customization option as this will be available in a future script --- Scripts/Home Lab/Home Lab Deployment.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Scripts/Home Lab/Home Lab Deployment.ps1 b/Scripts/Home Lab/Home Lab Deployment.ps1 index b119966..9cd1658 100644 --- a/Scripts/Home Lab/Home Lab Deployment.ps1 +++ b/Scripts/Home Lab/Home Lab Deployment.ps1 @@ -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 "================================" \ No newline at end of file +My-Logger "================================"