VMware Cloud Community
AntoineALZ
Contributor
Contributor

can't use Send-LinkedCloneRecompose

Hello,

i need to try to recompse some linked clones with powerCLI, i see that the solution is to use Send-LinkedCloneRecompose, but i don't have it...

Do you know if i have to import some module to use it ? Or it's a old cmd and we can't use it anymore ?

What i actually use :

Import-Module -name VMware.VimAutomation.HorizonView

Import-Module -name ActiveDirectory

Import-Module -name VMware.VimAutomation.Core

Import-Module -Name VMware.VimAutomation.License

Import-Module -Name VMware.VimAutomation.Vds

Import-Module -Name VMware.VimAutomation.Cloud

Import-Module -Name VMware.VimAutomation.PCloud

Import-Module -Name VMware.VimAutomation.Cis.Core

Import-Module -Name VMware.VimAutomation.Storage

Import-Module -Name VMware.VimAutomation.HA

Import-Module -Name VMware.VimAutomation.vROps

Import-Module -Name VMware.Hv.Helper

Import-Module -Name VMware.VumAutomation

Import-Module -Name VMware.DeployAutomation

Import-Module -Name VMware.ImageBuilder

thank in advance !

Reply
0 Kudos
1 Reply
LucD
Leadership
Leadership

You can still use it, but it comes with the PSSnapin that are installed (or can be installed) on the Horizon View Connection servers.

See Using View PowerCLI

The newer way of working with View from PowerCLI comes from the VMware.VimAutomation.HorizonView module.

This module provides 3 cmdlets and allows you to use all methods from the View API.

To make life easier, there is a module VMware.HV.Helper that contains functions based on these View API.

See Using the Horizon PowerCLI Module


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

Reply
0 Kudos