<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2 in VMware PowerCLI Discussions</title>
    <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185865#M71921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running into what seems like a bug when deploying a VM from template via New-VM to a Datastore Cluster while using the DiskStorageFormat option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code throws an error:&lt;/P&gt;&lt;PRE&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;New-VM -Name "testvm" -ResourcePool (Get-Cluster MyCluster1) -Datastore (Get-DatastoreCluster MyDatastoreCluster1) -Template (Get-Template MyTemplate) -DiskStorageFormat Thin&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;New-VM : 19.03.2014 12:51:11&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;New-VM&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Required property datastore is missing from data object of type VirtualMachineRelocateSpecDiskLocator&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.vm.RelocateSpec.DiskLocator&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 1073&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing property "disk" of static type ArrayOfVirtualMachineRelocateSpecDiskLocator&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.vm.RelocateSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 1017&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing property "location" of static type VirtualMachineRelocateSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.vm.CloneSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 1006&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing property "cloneSpec" of static type VirtualMachineCloneSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.storageDrs.StoragePlacementSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 324&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing call information for method RecommendDatastores&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 218&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing SOAP body&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 207&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing SOAP envelope&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 38&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing HTTP request for method recommendDatastores&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;on object of type vim.StorageResourceManager&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 0&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;In Zeile:1 Zeichen:1&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ New-VM -Name "testvm" -ResourcePool ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;: NotSpecified: (:) [New-VM], InvalidRequest&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ FullyQualifiedErrorId : Client20_VmServiceImpl_ApplySdrsRecommendation_ViError,VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;


 &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omitting -&lt;STRONG&gt;DiskStorageFormat&lt;/STRONG&gt; however works fine:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;New-VM -Name "testvm" -ResourcePool (Get-Cluster MyCluster1) -Datastore (Get-DatastoreCluster MyDatastoreCluster1) -Template (Get-Template MyTemplate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a Datastore object instead of a DatastoreCluster object while keeping -&lt;STRONG&gt;DiskStorageFormat&lt;/STRONG&gt; also works fine:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;New-VM -Name "testvm" -ResourcePool (Get-Cluster MyCluster1) -Datastore (Get-DatastoreCluster MyDatastoreCluster1 | Get-Datastore | Select -first 1) -Template &lt;/STRONG&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;(Get-Template MyTemplate)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-family: courier new,courier;"&gt; -DiskStorageFormat Thin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't matter whether Thin, Thick or EagerzeroedThick is specified for &lt;STRONG&gt;DiskStorageFormat&lt;/STRONG&gt;. Creating a new VM from scratch (no Template) also works fine in all cases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked without any issues before I upgraded to PowerCLI 5.5 R2. (Was using PowerCLI 5.1 R2 before)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; &lt;STRONG&gt;Get-PowerCLIVersion&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PowerCLI Version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;----------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware vSphere PowerCLI 5.5 Release 2 build 1671586&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;---------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Snapin Versions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;---------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMWare AutoDeploy PowerCLI Component 5.5 build 1598391&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMWare ImageBuilder PowerCLI Component 5.5 build 1598391&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware License PowerCLI Component 5.5 build 1265954&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware VDS PowerCLI Component 5.5 build 1671576&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware VDS vSphere PowerCLI Component 4.1.1 build 000001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware vSphere PowerCLI Component 5.5 build 1671576&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware vSphere Update Manager PowerCLI 5.1 build 782803&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;The target environment I'm connected to is running vCenter 5.1U2 and ESXi 5.1U2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2014 12:05:47 GMT</pubDate>
    <dc:creator>MKguy</dc:creator>
    <dc:date>2014-03-19T12:05:47Z</dc:date>
    <item>
      <title>Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185865#M71921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm running into what seems like a bug when deploying a VM from template via New-VM to a Datastore Cluster while using the DiskStorageFormat option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code throws an error:&lt;/P&gt;&lt;PRE&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;New-VM -Name "testvm" -ResourcePool (Get-Cluster MyCluster1) -Datastore (Get-DatastoreCluster MyDatastoreCluster1) -Template (Get-Template MyTemplate) -DiskStorageFormat Thin&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;New-VM : 19.03.2014 12:51:11&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;New-VM&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Required property datastore is missing from data object of type VirtualMachineRelocateSpecDiskLocator&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.vm.RelocateSpec.DiskLocator&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 1073&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing property "disk" of static type ArrayOfVirtualMachineRelocateSpecDiskLocator&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.vm.RelocateSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 1017&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing property "location" of static type VirtualMachineRelocateSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.vm.CloneSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 1006&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing property "cloneSpec" of static type VirtualMachineCloneSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing serialized DataObject of type vim.storageDrs.StoragePlacementSpec&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 324&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing call information for method RecommendDatastores&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 218&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing SOAP body&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 207&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing SOAP envelope&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 38&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;while parsing HTTP request for method recommendDatastores&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;on object of type vim.StorageResourceManager&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;at line 1, column 0&lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;In Zeile:1 Zeichen:1&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ New-VM -Name "testvm" -ResourcePool ...&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;: NotSpecified: (:) [New-VM], InvalidRequest&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ FullyQualifiedErrorId : Client20_VmServiceImpl_ApplySdrsRecommendation_ViError,VMware.VimAutomation.ViCore.Cmdlets.Commands.NewVM&lt;/SPAN&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;


 &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Omitting -&lt;STRONG&gt;DiskStorageFormat&lt;/STRONG&gt; however works fine:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;New-VM -Name "testvm" -ResourcePool (Get-Cluster MyCluster1) -Datastore (Get-DatastoreCluster MyDatastoreCluster1) -Template (Get-Template MyTemplate)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a Datastore object instead of a DatastoreCluster object while keeping -&lt;STRONG&gt;DiskStorageFormat&lt;/STRONG&gt; also works fine:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;New-VM -Name "testvm" -ResourcePool (Get-Cluster MyCluster1) -Datastore (Get-DatastoreCluster MyDatastoreCluster1 | Get-Datastore | Select -first 1) -Template &lt;/STRONG&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;(Get-Template MyTemplate)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="font-family: courier new,courier;"&gt; -DiskStorageFormat Thin&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't matter whether Thin, Thick or EagerzeroedThick is specified for &lt;STRONG&gt;DiskStorageFormat&lt;/STRONG&gt;. Creating a new VM from scratch (no Template) also works fine in all cases&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It worked without any issues before I upgraded to PowerCLI 5.5 R2. (Was using PowerCLI 5.1 R2 before)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt; &lt;STRONG&gt;Get-PowerCLIVersion&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PowerCLI Version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;----------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware vSphere PowerCLI 5.5 Release 2 build 1671586&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;---------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Snapin Versions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;---------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMWare AutoDeploy PowerCLI Component 5.5 build 1598391&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMWare ImageBuilder PowerCLI Component 5.5 build 1598391&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware License PowerCLI Component 5.5 build 1265954&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware VDS PowerCLI Component 5.5 build 1671576&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware VDS vSphere PowerCLI Component 4.1.1 build 000001&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware vSphere PowerCLI Component 5.5 build 1671576&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; VMware vSphere Update Manager PowerCLI 5.1 build 782803&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;The target environment I'm connected to is running vCenter 5.1U2 and ESXi 5.1U2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 12:05:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185865#M71921</guid>
      <dc:creator>MKguy</dc:creator>
      <dc:date>2014-03-19T12:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185866#M71922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can confirm, I get the same error messages.&lt;/P&gt;&lt;P&gt;Looks like you might have found an issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2014 13:51:33 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185866#M71922</guid>
      <dc:creator>LucD</dc:creator>
      <dc:date>2014-03-19T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185867#M71923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;VMware engineering is working on this issue and planning to release a fix with the next PowerCLI release.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 13:08:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185867#M71923</guid>
      <dc:creator>MKguy</dc:creator>
      <dc:date>2014-05-20T13:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185868#M71924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm seeing the same error with PowerCLI 5.8 Release 1 build 2057893.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:53:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185868#M71924</guid>
      <dc:creator>np123</dc:creator>
      <dc:date>2014-10-02T14:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185869#M71925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;Any one knows if they are going to sort out this?&lt;/P&gt;&lt;P&gt;Is there any bug number open to follow?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 20:27:17 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185869#M71925</guid>
      <dc:creator>JVidanez</dc:creator>
      <dc:date>2014-10-28T20:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185870#M71926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm seeing the same issue with the new 6.0 version of PowerCLI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;PowerCLI Version&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;----------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware vSphere PowerCLI 6.0 Release 1 build 2548067&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;---------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Component Versions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;---------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMWare AutoDeploy PowerCLI Component 6.0 build 2358282&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMWare ImageBuilder PowerCLI Component 6.0 build 2358282&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware License PowerCLI Component 6.0 build 2315846&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware vSphere PowerCLI Component 6.0 build 2548068&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware Cloud Infrastructure Suite PowerCLI Component 6.0 build 2548068&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware VDS PowerCLI Component 6.0 build 2548068&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware vCloud Director PowerCLI Component 6.0 build 2512755&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware HA PowerCLI Component 6.0 build 2510422&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp; VMware vCloud Air PowerCLI Component 6.0 build 2512755&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp; VMware PowerCLI Component for Storage Management 6.0 build 2522368&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 17:48:44 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185870#M71926</guid>
      <dc:creator>samalone</dc:creator>
      <dc:date>2015-03-31T17:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185871#M71927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can confirm this is still an issue as well :smileycry:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 13:43:12 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185871#M71927</guid>
      <dc:creator>Dean_H</dc:creator>
      <dc:date>2015-04-09T13:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185872#M71928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Until the fix you can use meanwhile instead of get the datastore cluster:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get-DatastoreCluster -Name ####&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command to get direct datastore with the most aviliable free space:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$DataStoreSystem = (Get-DatastoreCluster -Name ###### | Get-Datastore | sort -Property "FreeSpaceGB" -Descending)[0].name&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Oct 2015 12:28:31 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185872#M71928</guid>
      <dc:creator>dsaydon</dc:creator>
      <dc:date>2015-10-19T12:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185873#M71929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still a problem in 6.5. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Apr 2017 20:42:01 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185873#M71929</guid>
      <dc:creator>calabaria</dc:creator>
      <dc:date>2017-04-06T20:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185874#M71930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The bug is still present in version PowerCLI 6.5.1. &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://communities.vmware.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 07:53:41 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185874#M71930</guid>
      <dc:creator>kondrichRHI</dc:creator>
      <dc:date>2018-02-16T07:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error when specifying DiskStorageFormat during Template deployment in PowerCLI 5.5 R2</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185875#M71931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still a bug in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PowerCLI Version&lt;/P&gt;&lt;P&gt;----------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMware PowerCLI 11.0.0 build 10380590&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;Component Versions&lt;/P&gt;&lt;P&gt;---------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMware Cis Core PowerCLI Component 6.5 build 6983166&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMware VimAutomation Core PowerCLI Component 6.5 build 6234650&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMware Licensing PowerCLI Component 6.5 build 5375648&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMware Vds PowerCLI Component 6.5 build 5374428&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMware Cloud PowerCLI Component 6.5 build 5375799&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMWare ImageBuilder PowerCLI Component 6.6 build 6997673&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; VMWare AutoDeploy PowerCLI Component 6.6 build 6997673&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2019 06:50:49 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/Error-when-specifying-DiskStorageFormat-during-Template/m-p/2185875#M71931</guid>
      <dc:creator>CloudServices</dc:creator>
      <dc:date>2019-01-17T06:50:49Z</dc:date>
    </item>
  </channel>
</rss>

