Formats/Get-VssAdminListWriters.Format.ps1xml
<!--
This file was created using the New-PSFormatXML command that is part of the PSScriptTools module. https://github.com/jdhitsolutions/PSScriptTools --> <Configuration> <ViewDefinitions> <View> <Name>default</Name> <ViewSelectedBy> <TypeName>PFVSSAdminWriter</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>VssWriter</Label> <Width>45</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>WriterID</Label> <Width>41</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>WriterInstanceID</Label> <Width>41</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>State</Label> <Width>27</Width> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>LastError</Label> <Width>15</Width> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <!-- By default the entries use property names, but you can replace them with scriptblocks. <ScriptBlock>$_.foo /1mb -as [int]</ScriptBlock> --> <TableColumnItem> <PropertyName>VssWriter</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>WriterID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>WriterInstanceID</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>State</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>LastError</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |