Hi all, I'm attempting to set the Icon for an application, but I seem to be hitting some dependency that I don't have. Any suggestions?
C:\Users\Administrator> Set-HVApplicationIcon -ApplicationName xxxx -IconPath C:\temp\xxx.png New-Object : Cannot find type [VMware.Hv.ApplicationIconSpec]: verify that the assembly containing this type is loaded. At C:\Program Files (x86)\VMware\Infrastructure\PowerCLI\Modules\VMware.Hv.Helper\VMware.HV.Helper.psm1:9294 char:13 + $spec = New-Object VMware.Hv.ApplicationIconSpec + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidType: (:) [New-Object], PSArgumentException + FullyQualifiedErrorId : TypeNotFound,Microsoft.PowerShell.Commands.NewObjectCommand Set-HVApplicationIcon : Error in reading the icon parameters: The property 'IconSource' cannot be found on this object. Verify that the property exists and can be set. At line:1 char:1 + Set-HVApplicationIcon -ApplicationName xxx -IconPath C:\temp ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Set-HVApplicationIcon