You can retrieve all baselines attached to a virtual machine and remediate the virtual machine.

Verify that you are connected to a vCenter Server system.

1

Retrieve all baselines attached to the VM virtual machine.

$baselines = Get-BaselineEntity VM
2

Remediate the virtual machine.

Update-EntityEntity VM –Baseline $baselines