After running the vCenterForWindows\install.bat the plugin fails to install with the following error: -
"ERROR vic-ui-windows.exe failed: flag needs an argument: -server-thumbprint"
The plugin install script is not able utilize the commands that are not compatible with older versions of powershell. Recommended to update to the latest version of powershell.
There is currently no resolution at this time.
SET vic_ui_host_thumbprint=AE:B8:2D:05:97:09:9C:DA:81:1C:C0:CE:75:C8:D0:41:36:6C:D6:00
2. Open the vCenterForWindows\install.bat in a text editor.FOR /F "tokens=*" %%D IN ('ECHO %vic_ui_host_thumbprint%^| powershell -Command "$input.replace(' ', ':')"') DO (
REM SET vic_ui_host_thumbprint=%%D
)