Import template/VM to vCloud Director catalog with PowerCLI
This is a 2 part question: Part 1: I have about 24 virtual machines/templates in VC and would like to automate the import of these into the vCD catalog instead of doing it though the gui. I don't need...
View ArticleSample Script: Creating an Empty vApp with vCloud PowerCLI
Hi Everyone, The New-CIVApp cmdlet does not allow us to create empty vApps (which can be useful when templating out network configurations, for example). This shortcoming can be overcome by calling the...
View ArticleIssue with Importing VM from vsphere into Vapp
I've the issue with importing vm from vsphere into existing vapp in vcloud director (8.0)the following message error when i use import-civapp ...Import-CIVApp, the vSphere server with UUID ...... is...
View ArticleSearching : Horizon Client SDK
Hi guys. I need some help. Anything or any information related to Horizon Client SDK is needed . Thanks for your help!
View ArticleArgument 'uriTemplate' must not be null. Parameter name: uriTemplate
We are working on some scripts to automate vCloud Director tasks, a few of the functions within the script do not work and we receive an error:Exception calling "UpdateServerData" with "0" argument(s):...
View ArticleNew-Org fails in new vCD 9.1 environment
Built out a nested vCD 9.1 environment on vSphere 6.5 with NSX 6.4.0Manually created my first organization and getting ready to create a powershell script to build the second one, but I get an error...
View ArticleGet-CIRole/Get-CIUser not working?
Hi, I have a problem with some scripts, that used to work and now stop functioning. While investigating I found that Get-CIRole and/or Get-CIUser are no longer working as expected, and I do not know...
View Articleset vCloud Director vApp VM memory and hardware with PowerCLI
I am trying to modify the memory and CPU allocation for a vCloud Director vApp VM. The vApp is deployed, but stopped. I have tried various combinations of the PowerCLI commandlets, but with no success....
View ArticleHow to run vCD powershell cli via RSH
I am trying to run vCloudDirector powerCli via rsh.I ran vSphere powerCli with the following options successfully. But when I try to connect to the vCD, it could not recognize the vCD commands.I am...
View ArticleListing vCloud Organization, Org VDCs, VMs, and a VM's Metadata field
How can I use PowerCLI to quickly list vCloud Organizations, Org VDCs, VMs, and a VM's Metadata field called "Location"? I'd like to do this using views, but I can't find information on how to do this,...
View ArticleCreating Routed Org Network in vCD 9.0.0.2
Hi guys. I can't create Routed Org Network by PowerCLI. PowerCLI version is 6.5.0.234 and vCD for SP version is 8.20.0.2. I'm connected to vCD server and all objects are exists: Org "Test", OrgVDC...
View ArticleThe remote server returned an error: (406) Not Acceptable
Hi all, I'm new with Cloud Director and PowerCLI and I would like connect my vCD to create some stuffs. But when I try to connect my vCD, I receive the following error:Connect-CisServer The remote...
View ArticleVm - Vapp owner
So in writing a script for Vcloud Director, I want to be able to see who "owns" a VM. It seems like I cannot get the vapp information from the VM. Any ideas? Below is some of the code that I am working...
View ArticleHow Can I Set the Customization Script for all VMs in a vApp
Using the .ExtensionData method found here: http://communities.vmware.com/thread/392462?start=0&tstart=0 (Thanks alanrenouf)I'm able to set some guest customization properties via PowerCLI. My...
View ArticleTrying to retrieve External Network IP Address from specific vapp
I know this should be simple but having an issue. vCD 5.1 trying to use this script in the vmware help to get a list i can copy and paste into excel to retrieve the vm name and external ip from an...
View ArticleCopy/clone a single VM from an one vApp to another
I posted this question in the vCloud API forum but figured I would post the question here too.Is it possible to copy/clone a VM from an existing vApp to another empty vApp via powershell? I've looked...
View Article亲们,有关于Horizon Client SDK/API 的建议吗
我需要一个关于Horizon Client的开发环境,可惜目前还没有....尽管我知道汉语对于论坛里的技术大师们有点难懂,但英语的确已经忘得差不多了。目前购买的Horizon Client只能支持最多四个屏幕,这个对于我们来讲是远远不够的,我的需求是最少支持6到8个屏幕。所以,可不可以将4个屏幕的缓存直接截切出6个大小,从而降低每个大小的质量,增加数量。不知,你是否看的明白我所说的上述内容。谢谢。
View ArticleCreating Routed Org Network in vCD 9.0.0.2
Hi guys. I can't create Routed Org Network by PowerCLI. PowerCLI version is 6.5.0.234 and vCD for SP version is 8.20.0.2. I'm connected to vCD server and all objects are exists: Org "Test", OrgVDC...
View ArticleAll vCloud VMs in a provider vDC
Trying to get all VMs use a provider. The issue is making the call from the provider to then get all the vApps - it cannot be made this way Does anyone have a clean way of perfroming this action? ( A...
View ArticleDeleting CIVM from a CIvApp
Hi, I would like to remove a specific CIVM from a CIvApp. The CIvApp is stopped and powered off. The following bit of code works but performance is inconsistent. Sometimes it takes a few seconds,...
View Article