Gianluca Sgattoni

Results 1 issues of Gianluca Sgattoni

Hi, I'm trying to retrieve vmtemplateid to pass to SetHVPool cmdlet; I use the following code: $vCenterID=$(Get-HVvCenterServer).id $vTemplateSvc= New-Object VMware-Hv.VmTemplateService $vTemplateList= $vTemplateSvc.VmTemplate_List($vCenterID) I receive the follow error: Cannot find an...