Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 224018

Re: Create Automatic Pool (Linked Clone) using powerCLI

$
0
0

Ok, assume the parameter of your function looks like this

param([int]$arg1,[string]$arg2,[int]$arg3)

then you could create a string with the pool_id as follows

$poolId = [string]$arg1 + "_" + $arg2 + "_" + [int]$arg3

and use it as

... -pool_id $poolId...


Viewing all articles
Browse latest Browse all 224018

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>