From 40bb6dc2855a1325048120255bc326b9ad905e00 Mon Sep 17 00:00:00 2001 From: TehMuffinMoo Date: Mon, 15 Jul 2024 16:26:51 +0100 Subject: [PATCH] docs --- .../BloxOnePlatform/Deploy-B1Appliance.ps1 | 4 ++++ .../BloxOne Platform/Deploy-B1Appliance.md | 17 ++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/Modules/ibPS/Functions/BloxOne/BloxOnePlatform/Deploy-B1Appliance.ps1 b/Modules/ibPS/Functions/BloxOne/BloxOnePlatform/Deploy-B1Appliance.ps1 index 2821ad80..a3c45639 100644 --- a/Modules/ibPS/Functions/BloxOne/BloxOnePlatform/Deploy-B1Appliance.ps1 +++ b/Modules/ibPS/Functions/BloxOne/BloxOnePlatform/Deploy-B1Appliance.ps1 @@ -52,6 +52,10 @@ The name of the cluster in vCenter Only used when -Type is VMware + .PARAMETER VMHost + The name of the host in vCenter to deploy the VM to + Only used when -Type is VMware + .PARAMETER Datastore The name of the cluster in Datastore Only used when -Type is VMware diff --git a/docs/BloxOne/BloxOne Platform/Deploy-B1Appliance.md b/docs/BloxOne/BloxOne Platform/Deploy-B1Appliance.md index 3a6dcd17..80138696 100644 --- a/docs/BloxOne/BloxOne Platform/Deploy-B1Appliance.md +++ b/docs/BloxOne/BloxOne Platform/Deploy-B1Appliance.md @@ -17,7 +17,7 @@ Deploys a BloxOneDDI Virtual Appliance to VMware, Hyper-V or Azure. Deploy-B1Appliance [-Type] [-Name] [-IP] [-Netmask] [-Gateway] [-DNSServers] [-NTPServers] [-DNSSuffix] [-JoinToken] [-DownloadLatestImage] [[-ImagesPath] ] [-SkipCloudChecks] [-CloudCheckTimeout] [-SkipPingChecks] [-SkipPowerOn] - [-OVAPath] [-vCenter] [-Cluster] [-Datastore] [-PortGroup] + [-OVAPath] [-vCenter] [-Cluster] [-VMHost] [-Datastore] [-PortGroup] [-PortGroupType] [-Creds] [] ``` @@ -345,6 +345,21 @@ Accept pipeline input: False Accept wildcard characters: False ``` +#### -VMHost +The name of the VMware Host in vCenter to deploy to + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: False +Accept pipeline input: False +Accept wildcard characters: False +``` + #### -Datastore The name of the VMware datastore to deploy to