SettheOVFpathtoavariable:
$ovfpath="Path_to_OVA”
GettheOVFconfiguration:
$ovfConfig=Get-OvfConfiguration–Ovf$ovfpath
DisplaytheconfigurationpropertiesoftheOVF:
$ovfConfig.ToHashTable()|ft–autosize
Youcanseethelistofpropertiesthatcanbeassignedvalues..
分类:
其他好文 时间:
2017-11-09 16:32:23
阅读次数:
244