formats/psautolabvm.format.ps1xml
<?xml version="1.0" encoding="UTF-8"?> <!-- format type data generated 10/06/2020 15:48:14 by PROSPERO\Jeff This file was created using the New-PSFormatXML command that is part of the PSScriptTools module. https://github.com/jdhitsolutions/PSScriptTools --> <Configuration> <ViewDefinitions> <View> <!--Created 10/06/2020 15:48:14 by PROSPERO\Jeff--> <Name>default</Name> <ViewSelectedBy> <TypeName>PSAutolabVM</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>"{0} VMName: {1}" -f $_.Computername,$_.VMName</ScriptBlock> <Label>Computername</Label> </GroupBy> <TableControl> <!--Delete the AutoSize node if you want to use the defined widths. <AutoSize />--> <TableHeaders> <TableColumnHeader> <Label>Lab</Label> <Width>25</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>IPAddress</Label> <Width>15</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>MemGB</Label> <Width>5</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Procs</Label> <Width>5</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Role</Label> <Width>25</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Description</Label> <Width>40</Width> <Alignment>left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <Wrap /> <TableColumnItems> <TableColumnItem> <PropertyName>Lab</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>IPAddress</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>MemoryGB</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Processors</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Role</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |