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