VMware Cloud Community
shaharsib
Enthusiast
Enthusiast

Execute vRA catalog item and passing parameters using powershell

Hi,

Im using the following commands to get catalog item and execute it. but how do I pass parameter as well ?

$catalogItemData = Get-vRACatalogItem -Name $deployProduct

$requestedItem = Request-vRACatalogItem -Id $catalogItemData.Id -Confirm:$false -Wait

Thanks,

Tags (2)
Reply
0 Kudos
1 Reply
xian_
Expert
Expert

Reply
0 Kudos