Automation

 View Only
  • 1.  Recompose in Instant clone

    Posted Sep 28, 2020 03:33 PM

    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?



  • 2.  RE: Recompose in Instant clone

    Posted Sep 28, 2020 04:12 PM

    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:



  • 3.  RE: Recompose in Instant clone

    Posted Sep 28, 2020 04:40 PM

    Yes LucD, But didnt got any reply.

    So thought of ask it in a weekday.



  • 4.  RE: Recompose in Instant clone

    Posted Oct 11, 2020 02:51 PM

    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"