HI,
I am trying to use powerCLI to create automatic pool (linked clone). I came across the following cmdlet in theVMware powershell integration white paper:
Get-ViewVC -serverName <IP/FQDN> | Add-AutomaticLinkedClonePool -pool_id
TestAutomaticLinkedClonePool -namePrefix pad -parentVMPath /<datacenter>/vm/<parentVM>
-parentSnapshotPath /<Snapshot> -vmFolderPath /<datacenter>/vm -resourcePoolPath
/<datacenter>/host/<ESX>/Resources -dataStoreSpecs /<datacenter>/host/<ESX>/<datastore>
-composer_ad_id <composer ad id>
Now, I want help with finding out (with an example will be very helpful) how do you specify and how do you locate each of the following (like what should i put after each of these):
-parentVMPath
-parentSnapshotPath
-vmFolderPath
-resourcePoolPath
-dataStoreSpecs
-composer_ad_id
Please give an example of each if possible.
Thanks!