I am looking for away to schedule a recompose through PowerCLI or some other scripting method. I had found the script below and tried it out but it would not work. After placing a call to VM I am being told that "Get-Pool" is not a command. I find this odd as it is a command listed in their PowerShell Integration guide. So with that said does any one have an alternative?
http://www.802dotwhat.co.uk/tag/how-to-schedule-a-vmware-view-recompose
Script: Get-Pool -pool_id your-pool-id | Get-DesktopVM | Send-LinkedCloneRecompose -schedule ‘yyyy-MM-dd-23 hh:mm’ -parentVMPath “your-parent-vm-path” -parentSnapshotPath “your-snapshot-path”
http://www.vmware.com/files/pdf/vmw-powershell-integration-view5.pdf