formats/RecycleBinInfo.format.ps1xml
<!--
Format type data generated 05/20/2025 17:25:48 by Cadenza\jeff This file was created using the New-PSFormatXML command that is part of the PSScriptTools module. https://github.com/jdhitsolutions/PSScriptTools --> <Configuration> <ViewDefinitions> <View> <!--Created 05/20/2025 17:25:48 by Cadenza\jeff--> <Name>default</Name> <ViewSelectedBy> <TypeName>RecycleBinInfo</TypeName> </ViewSelectedBy> <GroupBy> <PropertyName>Computername</PropertyName> <Label>Computername</Label> </GroupBy> <TableControl> <!--Delete the AutoSize node if you want to use the defined widths.--> <AutoSize /> <TableHeaders> <TableColumnHeader> <Label>Drive</Label> <Width>8</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>RecycleBinMB</Label> <Width>17</Width> <Alignment>left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Drive</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock> [math]::Round($_.RecycleBinSize/1mb,2) </ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |