powershell 使用PowervRA预订所有机器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 使用PowervRA预订所有机器相关的知识,希望对你有一定的参考价值。
$ReservationName = "Reservation1"
$CatalogResources = Get-vRAConsumerResource -WithExtendedData | ? {($_.ResourceType -eq "Infrastructure.Virtual") -and ($_.Data.MachineReservationName -eq $ReservationName)}
$CatalogResources | Select ResourceId, Name, @{Name="Reservation"; Expression={$_.Data.MachineReservationName}}
以上是关于powershell 使用PowervRA预订所有机器的主要内容,如果未能解决你的问题,请参考以下文章
powershell 获取与PowervRA匹配某个字符串的所有目录项的请求模板
powershell 使用模板请求目录项并等待PowervRA完成
powershell 尾随PowervRA正在进行的请求
powershell 使用PowervRA创建预留 - 此要点包含用于创建vSphere和vCloud Air预留的示例
powershell 将vRA蓝图导出为PowervRA的内容包
powershell PowervRA - 填充自定义属性Request-vRAConsumerCatalogItem