From b8055b7ed80061617e004852ab0aa29a562f7279 Mon Sep 17 00:00:00 2001 From: Sam McGeown Date: Fri, 8 Sep 2017 17:44:16 +0100 Subject: [PATCH] Added script description removed extra .md file --- Scripts/ha-vcenter-deploy.md | 4 ---- Scripts/ha-vcenter-deploy.ps1 | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 Scripts/ha-vcenter-deploy.md 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,