PoshCode Archive  Artifact [7f951f7698]

Artifact 7f951f7698f3576a2624622ee2bf78d87c77eb6a1d8fac511ec4f9a1b8d824c4:

  • File Final-Format.ps1 — part of check-in [81775d8234] at 2018-06-10 13:52:28 on branch trunk — Final XML formatting view (user: Don Jones size: 1912)

# encoding: ascii
# api: xml
# title: Final: Format
# description: Final XML formatting view
# version: 1.0
# author: Don Jones
# license: CC0
# x-poshcode-id: 5251
# x-archived: 2014-06-25T11:05:43
# x-published: 2014-06-20T14:37:00
#
#
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
    <ViewDefinitions>

        <View>
            <Name>MyTools.OSInfo.Output.Thing</Name>
            <ViewSelectedBy>
                <TypeName>MyTools.OSInfo.Output.Thing</TypeName>
            </ViewSelectedBy>
 
             <TableControl>

                <TableHeaders>
                    <TableColumnHeader>
                        <Label>ComputerName</Label>
                    </TableColumnHeader>
                    <TableColumnHeader>
                        <Label>OS</Label>
                    </TableColumnHeader>
                    <TableColumnHeader>
                        <Label>SP</Label>
                        <Width>3</Width>
                    </TableColumnHeader>
                </TableHeaders>

                <TableRowEntries>
                    <TableRowEntry>
                        <TableColumnItems>
                            <TableColumnItem>
                                <PropertyName>ComputerName</PropertyName>
                            </TableColumnItem>
                            <TableColumnItem>
                                <PropertyName>OSVersion</PropertyName>
                            </TableColumnItem>
                            <TableColumnItem>
                                <PropertyName>SPVersion</PropertyName>
                            </TableColumnItem>
                        </TableColumnItems>
                    </TableRowEntry>
                 </TableRowEntries>
                
            </TableControl>
 
        </View>

    </ViewDefinitions>
</Configuration>