Added script description

removed extra .md file
This commit is contained in:
Sam McGeown
2017-09-08 17:44:16 +01:00
parent b89bd7ab5a
commit b8055b7ed8
2 changed files with 7 additions and 4 deletions

View File

@@ -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

View File

@@ -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,