formats/pool.ps1xml
<?xml version="1.0" encoding="utf-8"?> <!-- SPDX-License-Identifier: Apache-2.0 --> <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PowerShell/PowerShell/master/src/Schemas/Format.xsd"> <ViewDefinitions> <View> <Name>XoPowershell.Pool</Name> <ViewSelectedBy> <TypeName>XoPowershell.Pool</TypeName> </ViewSelectedBy> <TableControl> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>PoolUuid</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>CpuCores</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PlatformVersion</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>HAEnabled</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |