diff --git a/Scripts/ha-vcenter-deploy.md b/Scripts/ha-vcenter-deploy.md deleted file mode 100644 index 91271ca..0000000 --- a/Scripts/ha-vcenter-deploy.md +++ /dev/null @@ -1,4 +0,0 @@ -# HA-vCenter-Deploy -PowerShell script to deploy a highly available vCenter Server - -See https://www.definit.co.uk/2017/06/powershell-deploying-vcenter-high-availability-in-advanced-mode/ for details diff --git a/Scripts/ha-vcenter-deploy.ps1 b/Scripts/ha-vcenter-deploy.ps1 index 7a9984a..af215dc 100644 --- a/Scripts/ha-vcenter-deploy.ps1 +++ b/Scripts/ha-vcenter-deploy.ps1 @@ -1,3 +1,10 @@ +<# +Script name: ha-vcenter-deploy.ps1 +Created on: 30/06/2017 +Author: Sam McGeown, @sammcgeown +Description: The purpose of the script is to deploy vCenter in High Availability mode, using the advanced method. See https://www.definit.co.uk/2017/06/powershell-deploying-vcenter-high-availability-in-advanced-mode/ +Dependencies: None known +#> param( [Parameter(Mandatory=$true)] [String]$configFile, [switch]$deployActive,