ok, so I thought I did try just as you recommended, and removed the NasDatastoreImpl parameter before, but apparently not.
I did so and this time the command ran, unfortunately I ran into a new issue I do not understand. The script states that it should copy the vib file to the datastore, but in my case it did not, and it made no mention of it failing to copy as the script says it should on the 'validate the copy worked' section.
I tried moving the vib to my desktop as well, but same errors.
PowerCLI C:\Users\user01\Desktop> install-HostClient -Datastore (Get-Datastore
DATASTORE01) -Cluster (Get-Cluster 'intel cluster') -vibfullpath 'D:\esxui_signed.v
ib'
Preparing labhost10.LAB.local for ESXCLI
Installing ESXi Embedded Host Client on labhost10.LAB.local
Message: [VibDownloadError];
InnerText: [VibDownloadError] ('/vmfs/volumes/DATASTORE01/esxui_signed.vib', '',
"[Errno 4] IOError: <urlopen error [Errno 2] No such file or directory:
'/vmfs/volumes/DATASTORE01/esxui_signed.vib'>") url =
/vmfs/volumes/DATASTORE01/esxui_signed.vib Please refer to the log file for more
details.EsxCLI.CLIFault.summary
At C:\Users\user01\Desktop\InstallHostClient2.ps1:97 char:9
+ $action =
$ESXCLI.software.vib.install($null,$null,$null,$null,$null,$nu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : OperationStopped: (:) [], ViError
+ FullyQualifiedErrorId : VMware.VimAutomation.Sdk.Types.V1.ErrorHandling.
VimException.ViError
Preparing labhost01.LAB.local for ESXCLI
Installing ESXi Embedded Host Client on labhost01.LAB.local
Message: [VibDownloadError];
InnerText: [VibDownloadError] ('/vmfs/volumes/DATASTORE01/esxui_signed.vib', '',
"[Errno 4] IOError: <urlopen error [Errno 2] No such file or directory:
'/vmfs/volumes/DATASTORE01/esxui_signed.vib'>") url =
/vmfs/volumes/DATASTORE01/esxui_signed.vib Please refer to the log file for more
details.EsxCLI.CLIFault.summary
At C:\Users\user01\Desktop\InstallHostClient2.ps1:97 char:9
+ $action =
$ESXCLI.software.vib.install($null,$null,$null,$null,$null,$nu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : OperationStopped: (:) [], ViError
+ FullyQualifiedErrorId : VMware.VimAutomation.Sdk.Types.V1.ErrorHandling.
VimException.ViError
Preparing labhost02.LAB.local for ESXCLI
Installing ESXi Embedded Host Client on labhost02.LAB.local
Message: [VibDownloadError];
InnerText: [VibDownloadError] ('/vmfs/volumes/DATASTORE01/esxui_signed.vib', '',
"[Errno 4] IOError: <urlopen error [Errno 2] No such file or directory:
'/vmfs/volumes/DATASTORE01/esxui_signed.vib'>") url =
/vmfs/volumes/DATASTORE01/esxui_signed.vib Please refer to the log file for more
details.EsxCLI.CLIFault.summary
At C:\Users\user01\Desktop\InstallHostClient2.ps1:97 char:9
+ $action =
$ESXCLI.software.vib.install($null,$null,$null,$null,$null,$nu ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~
+ CategoryInfo : OperationStopped: (:) [], ViError
+ FullyQualifiedErrorId : VMware.VimAutomation.Sdk.Types.V1.ErrorHandling.
VimException.ViError
Preparing labhost09.LAB.local for ESXCLI
It appears ESX-UI is already installed on labhost09.LAB.local. Skipping...
Function Complete
You may access your hosts at https://<host ipaddress>/ui
PowerCLI C:\Users\user01\Desktop>