VMware Cloud Community
jvm2016
Hot Shot
Hot Shot
Jump to solution

content Library_powercli

Hi Luc ,

good evening ,

i think there is no powercli commands to create content library thorugh powercli (11.2)

if you can suggest on below scenerio.

1:Once local content Library is created we can subscribe to another vcenter to download data.that means we need at least two vcenters .

2:can we access content library data using subscription link in case if primary (and only vcenter is down).something in line of blob storage ????

pastedImage_0.png

0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

It should be (or you cna just do Install-Module -Name VMware.PowerCLI).
Btw, Get-PowerCLIVersion is not the ideal way to get the PowerCLI version.

Do a

Get-Module -Name VMware* -ListAvailable


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

View solution in original post

0 Kudos
5 Replies
LucD
Leadership
Leadership
Jump to solution

In PowerCLI 11.5 a number of Content Library cmdlets were added.

See Release Notes and New Release – PowerCLI 11.5.0

I would suggest to upgrade.


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

0 Kudos
jvm2016
Hot Shot
Hot Shot
Jump to solution

thanks Luc.

is it as simple as doing the following

pastedImage_0.png

0 Kudos
LucD
Leadership
Leadership
Jump to solution

It should be (or you cna just do Install-Module -Name VMware.PowerCLI).
Btw, Get-PowerCLIVersion is not the ideal way to get the PowerCLI version.

Do a

Get-Module -Name VMware* -ListAvailable


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

0 Kudos
jvm2016
Hot Shot
Hot Shot
Jump to solution

i did this on vmware HOL though it runs but it seems it would restrict any change there .

checking on some other environement .

0 Kudos
jvm2016
Hot Shot
Hot Shot
Jump to solution

Thanks Luc ,

It  worked just closed powershell session after running update command .

both get-powercliversion and Get-Module -Name VMware* -ListAvailable gave 11.5 now .

0 Kudos