While doing some vSphere 6 Auto Deploy development I found out that when using PowerCLI 6.3 R1 (latest release when writing this article) and using the New-DeployRule command you will receive an error message stating: New-DeployRule : Cannot process argument transformation on parameter ‘Item’. Unsupported version URI urn:rbd1/3.0
All posts for the month March, 2016
New-DeployRule : Cannot process argument transformation
Posted by Kenneth van Ditmarsch on March 29, 2016
https://virtualkenneth.com/2016/03/29/powercli/
Reset VMware Auto Deploy Database to default
One of the things that the VMware Auto Deploy Database contains is the ESX Images that are uploaded and related to the DeployRules that are created. For instance, if I add an ESXi Image to the software depot and create a new DeployRule using the following commands: Add-EsxSoftwareDepot “VMware-ESXi-6.0.0.update01-3380124.x86_64-Dell_Customized-offline-bundle-A04.zip” Get-EsxImageProfile | ft -autosize New-DeployRule -Name […]
Posted by Kenneth van Ditmarsch on March 11, 2016
https://virtualkenneth.com/2016/03/11/reset-vmware-auto-deploy-db-to-default/