formats/foldersizeinfo.format.ps1xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- format type data generated 01/29/2020 13:25:45 by BOVINE320\Jeff --> <Configuration> <ViewDefinitions> <View> <!--Created 01/29/2020 13:25:45 by BOVINE320\Jeff--> <Name>default</Name> <ViewSelectedBy> <TypeName>FolderSizeInfo</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Computername</Label> <Width>15</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Path</Label> <Width>48</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalFiles</Label> <Width>13</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalSize</Label> <Width>13</Width> <Alignment>right</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>Computername</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Path</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TotalFiles</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TotalSize</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <!--Created 01/29/2020 13:25:45 by BOVINE320\Jeff--> <Name>MB</Name> <ViewSelectedBy> <TypeName>FolderSizeInfo</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Computername</Label> <Width>15</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Path</Label> <Width>48</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalFiles</Label> <Width>13</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalSizeMB</Label> <Width>13</Width> <Alignment>right</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>Computername</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Path</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TotalFiles</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>[math]::round($_.totalSize /1mb,4)</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <!--Created 01/29/2020 13:25:45 by BOVINE320\Jeff--> <Name>GB</Name> <ViewSelectedBy> <TypeName>FolderSizeInfo</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Computername</Label> <Width>15</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Path</Label> <Width>48</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalFiles</Label> <Width>13</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalSizeGB</Label> <Width>13</Width> <Alignment>right</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>Computername</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Path</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TotalFiles</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>[math]::round($_.totalSize /1gb,4)</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> <View> <!--Created 01/29/2020 13:25:45 by BOVINE320\Jeff--> <Name>KB</Name> <ViewSelectedBy> <TypeName>FolderSizeInfo</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Label>Computername</Label> <Width>15</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Path</Label> <Width>48</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalFiles</Label> <Width>13</Width> <Alignment>right</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>TotalSizeKB</Label> <Width>13</Width> <Alignment>right</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>Computername</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Path</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>TotalFiles</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>[math]::round($_.totalSize /1kb,4)</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |