VMware Cloud Community
jamie20
Enthusiast
Enthusiast

Recompose in Instant clone

Hi guys,

I am using below command for recompose function in Linked clones

Start-HVPool -Pool $pool -Recompose -LogoffSetting WAIT_FOR_LOGOFF -StopOnFirstError $true -ParentVM "$pvm" -SnapshotVM "Enable Defender"

But this is not working for Instant clone, Can anyone say how to recompose in Instant clone through powercli?

Reply
0 Kudos
3 Replies
LucD
Leadership
Leadership

Didn't you create the exact same thread already 2 days ago?

Trying to get to the top of the queue is not very community-friendly :smileycry:


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

Reply
0 Kudos
jamie20
Enthusiast
Enthusiast

Yes LucD, But didnt got any reply.

So thought of ask it in a weekday.

Reply
0 Kudos
jamie20
Enthusiast
Enthusiast

For Instant Clone we have to use -schedulepushimage cmdlet instead of -recompose.

Eg: Start-HVPool -Pool $pool -SchedulePushImage -LogoffSetting WAIT_FOR_LOGOFF -StopOnFirstError $true -ParentVM "$pvm" -SnapshotVM "Enable Defender"

Reply
0 Kudos