VMware Cloud Community
adminmpa
Contributor
Contributor

Start Hv Pool, Schedule Push Image Operation

Hi 

We are trying to perform a schedule push image operation on a given pool, 

the command we are using to perform operation is

$parentVM='<Vm-name>'
$SnapshotPath=''<snapshot name>"

$LogOFFSetting="FORCE_LOGOFF"
$pool=Get-HvPool -PoolName <pool -name >;
    Start-HVPool -Pool $pool -SchedulePushImage -StartTime $date -ParentVM $parentVM -SnapshotVM $SnapshotPath -LogoffSetting $LogOFFSetting -ErrorAction SilentlyContinue 

Now this Start-hvpool command throws exception, that The property 'AddVirtualTPM' cannot be found on this object. verify that the property exists and  can be set.

FullyQualifiedErrorId: PropertyAssignmentException

Labels (3)
Tags (1)
Reply
0 Kudos
1 Reply
LucD
Leadership
Leadership

Bug documented and solution pushed according to gitlab entry VMware.HV.Helper.psm1 - Start-HVPool removes existing vTPM from a desktop pool


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

Reply
0 Kudos