PSADTree.Format.ps1xml
|
<?xml version="1.0" encoding="utf-8"?>
<Configuration> <ViewDefinitions> <View> <Name>treeview</Name> <ViewSelectedBy> <TypeName>PSADTree.TreeObjectBase</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock>[PSADTree.Internal._FormattingInternals]::GetSource($_)</ScriptBlock> <Label>Source</Label> </GroupBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Domain</Label> <Alignment>Left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>ObjectClass</Label> <Alignment>Right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Hierarchy</Label> <Alignment>Left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <ScriptBlock>[PSADTree.Internal._FormattingInternals]::GetDomain($_)</ScriptBlock> </TableColumnItem> <TableColumnItem> <PropertyName>ObjectClass</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Hierarchy</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |