VMware Cloud Community
Jeff_CH
Enthusiast
Enthusiast
Jump to solution

Setting Virtualization Based Security to enabled

Hi,

I'd like to enable VBS (Virtualization Based Security) on a VM, but the latest API doesn't yet support this yet (I am using the vCenter Plugin 6.5.0-15013492).

In PowerCli it would be something like this:

$spec.Flags = New-Object VMware.Vim.VirtualMachineFlagInfo

$spec.Flags.VbsEnabled = $true

Will there be a new vCenter Plugin that supports setting VBS? And if so, any idea when this will be available? 🙂

Thanks

1 Solution

Accepted Solutions
iiliev
VMware Employee
VMware Employee
Jump to solution

Yes, there should be a plug-in update with support for vCenter 6.7 API level. No fixed release date yet, likely around Q1/Q2 next year.

View solution in original post

2 Replies
iiliev
VMware Employee
VMware Employee
Jump to solution

Yes, there should be a plug-in update with support for vCenter 6.7 API level. No fixed release date yet, likely around Q1/Q2 next year.

Jeff_CH
Enthusiast
Enthusiast
Jump to solution

Thanks llian, looking forward to the new plug-in then 🙂

Reply
0 Kudos