(Get-ResourcePool -location (Get-ResourcePool $selectedprp) | Where-Object {($_.CPULimitMHz -ne "0") -and ($_.MemLimitGB -eq "-1") -and ($_.CPUReservationMHz -ne "0") -and ($_.Name -notmatch "Resource")}).Name FRP CpuExpandableReservation FALSE MemExpandableReservation TRUE (Get-ResourcePool -location (Get-ResourcePool "Resource Pool 01") | Where-Object {($_.CpuExpandableReservation -match "FALSE") -and ($_.MemExpandableReservation -match "TRUE")}).Name (Get-ResourcePool -location (Get-ResourcePool $selectedprp) | Where-Object {($_.CpuExpandableReservation -match "FALSE") -and ($_.MemExpandableReservation -match "TRUE")}).Name DRP CpuExpandableReservation FALSE MemExpandableReservation FALSE (Get-ResourcePool -location (Get-ResourcePool "Resource Pool 01") | Where-Object {($_.CpuExpandableReservation -match "FALSE") -and ($_.MemExpandableReservation -match "FALSE")}).Name (Get-ResourcePool -location (Get-ResourcePool $selectedprp) | Where-Object {($_.CpuExpandableReservation -match "FALSE") -and ($_.MemExpandableReservation -match "FALSE")}).Name PAYG CpuExpandableReservation TRUE MemExpandableReservation TRUE (Get-ResourcePool -location (Get-ResourcePool "Resource Pool 01") | Where-Object {($_.CpuExpandableReservation -match "TRUE") -and ($_.MemExpandableReservation -match "TRUE")}).Name (Get-ResourcePool -location (Get-ResourcePool $selectedprp) | Where-Object {($_.CpuExpandableReservation -match "FALSE") -and ($_.MemExpandableReservation -match "FALSE")}).Name