Skip to content

Commit

Permalink
Removed web client customization for now
Browse files Browse the repository at this point in the history
Removed web client customization option as this will be available in a future script
  • Loading branch information
alanrenouf committed Dec 7, 2016
1 parent d171b6e commit 8dee2ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Scripts/Home Lab/Home Lab Deployment.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ $SSOSiteName = "Site01"
$datacenter = "DC01"
$cluster = "Cluster01"
$ntpserver = "pool.ntp.org"
$webClientTheme = "CormacHogan"

# VSAN Configuration
$VSANPolicy = '(("hostFailuresToTolerate" i1) ("forceProvisioning" i1))'
Expand Down Expand Up @@ -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 "================================"

0 comments on commit 8dee2ec

Please sign in to comment.