VMware Cloud Community
cyrz
Contributor
Contributor

Install VMware Remote Console Using the PowerShell - nCentral not working

VMware-VMRC-version-build.exe /s /v "/qn EULAS_AGREED={0 | 1} INSTALLDIR="install-directory" AUTOSOFTWAREUPDATE={0 | 1} DATACOLLECTION={0 | 1}" /l "log-file" not working

 

I always get : 


PS C:\WINDOWS\system32> Mware-VMRC-12.0.1-18113358.exe /s /v /qn EULAS_AGREED=1
INSTALLDIR= \\sharedr\folder\temp\VMware-VMRC-12.0.1-18113358.exe AUTOSOFTWAREUP
DATE=1 DATACOLLECTION=0 /l "%TEMP%\vmit.log"


Mware-VMRC-12.0.1-18113358.exe : The term 'Mware-VMRC-12.0.1-18113358.exe' is
not recognized as the name of a cmdlet, function, script file, or operable
program. Check the spelling of the name, or if a path was included, verify
that the path is correct and try again.
At line:1 char:1
+ CategoryInfo : ObjectNotFound: (Mware-VMRC-12.0.1-18113358.exe:
String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

 

 

Any help, 

Thanks

0 Kudos
4 Replies
berndweyand
Expert
Expert

Just put the missing "V" into the commandline - it should read "VMware-VMRC-12.0.1-18113358.exe" and not "Mware-VMRC-12.0.1-18113358.exe"

0 Kudos
cyrz
Contributor
Contributor

same thing 😞

0 Kudos
berndweyand
Expert
Expert

is your executable located in c:\windows\system32 ? i think not

so put the absolute path in front of the executable - your problems are windows basics and not related to vmware

0 Kudos
ShoHRock
Enthusiast
Enthusiast

where is the EXe (VMware-VMRC-version-build.exe) located? I am sure its not under '"C:\WINDOWS\system32>" from were you are running the command.

The best way is to copy the exe in a separate folder, possibly d:/e: drive & then go to that location to run the PS command.

0 Kudos