Added script description
removed extra .md file
This commit is contained in:
@@ -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
|
|
||||||
@@ -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(
|
param(
|
||||||
[Parameter(Mandatory=$true)] [String]$configFile,
|
[Parameter(Mandatory=$true)] [String]$configFile,
|
||||||
[switch]$deployActive,
|
[switch]$deployActive,
|
||||||
|
|||||||
Reference in New Issue
Block a user