Hi,
I am trying to run the following:
New-VM -VMHost $esxHost -NAME vmamqa124 -ResourcePool $resPool -Location $fName -Datastore $lunName -Template $templateName -OSCustomizationSpec $customSpec
When the clone completes, I get this error about the OS Customization:
New-VM : 12/16/2008 9:25:33 AM New-VM F6175716-EC1B-42B2-A6F6-37949D8690B8 The operation for the entity vm-47729 failed with the following message: "Customization failed."
At line:1 char:7
+ New-VM <<<< -VMHost $esxHost -NAME vmamqa124 -ResourcePool $resPool -Location $fName -Datastore $lunName -Template $templateName -OSCustomizationSpec $customSpec
Running the same command w/o the -OSCustomizationSpec parameter works fine...
Do you have any idea?!
Thanks.
I am trying to run the following:
New-VM -VMHost $esxHost -NAME vmamqa124 -ResourcePool $resPool -Location $fName -Datastore $lunName -Template $templateName -OSCustomizationSpec $customSpec
When the clone completes, I get this error about the OS Customization:
New-VM : 12/16/2008 9:25:33 AM New-VM F6175716-EC1B-42B2-A6F6-37949D8690B8 The operation for the entity vm-47729 failed with the following message: "Customization failed."
At line:1 char:7
+ New-VM <<<< -VMHost $esxHost -NAME vmamqa124 -ResourcePool $resPool -Location $fName -Datastore $lunName -Template $templateName -OSCustomizationSpec $customSpec
Running the same command w/o the -OSCustomizationSpec parameter works fine...
Do you have any idea?!
Thanks.