Formats/PSInterfaceObject.Format.ps1xml
<?xml version="1.0" encoding="utf-8" ?>
<Configuration> <ViewDefinitions> <View> <Name>Interface Table</Name> <ViewSelectedBy> <TypeName>MG.Types.PSObjects.PSInterfaceObject</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>ParentType</PropertyName> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>PSName</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |