Link to home
Start Free TrialLog in
Avatar of brasso_42
brasso_42

asked on

VMware 6.0 (Free version) VSphere CLI

Hi

I'm trying to follow the VMware hardening guide for my ESXI version.  For some of the recommendations it requires you to use the VSphere CLI.

Here’s What I'm doing:

Run VSphere CLI as administrator
Connect-VIServer
Enter IP and credentials

At this point if I do a "get-vm" then a list of all the vm's is displayed

However if I try any of these:
Get-VM | New-AdvancedSetting -Name "isolation.device.connectable.disable" -value $true
Get-VM | New-AdvancedSetting -Name "RemoteDisplay.vnc.enabled" -value $false
Get-VM | New-AdvancedSetting -Name "tools.setInfo.sizeLimit" -value 1048576
Get-VM | New-AdvancedSetting -Name "isolation.tools.vixMessage.disable" -value $true
etc.....
All of which are from the official hardening guide.

I get "Current license or ESXi version prohibits execution of the requested operation."

Does any one know why?  Seems odd you cant harden the free edition, or is it I'm doing something wrong?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Andrew Hancock (VMware vExpert PRO / EE Fellow/British Beekeeper)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of brasso_42
brasso_42

ASKER

Well if VMware wont allow you to harden the free version then I guess the only way its fit for purpose is to buy it.

Many thanks for your help/advice