formats/adreportingtool.format.ps1xml
<?xml version="1.0" encoding="UTF-8"?>
<!-- Format type data generated 03/04/2021 09:57:49 by COMPANY\artd 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 03/04/2021 09:57:49 by COMPANY\artd--> <Name>default</Name> <ViewSelectedBy> <TypeName>ADReportingTool</TypeName> </ViewSelectedBy> <GroupBy> <ScriptBlock> if ($host.name -match 'console') { "$($ADreportingToolsOptions.IsServer)$($_.Verb)$([char]0x1b)[0m" } else { $_.verb } </ScriptBlock> <Label>Verb</Label> </GroupBy> <TableControl> <!--Delete the AutoSize node if you want to use the defined widths. <AutoSize />--> <TableHeaders> <TableColumnHeader> <Label>Name</Label> <Width>30</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Alias</Label> <Width>20</Width> <Alignment>left</Alignment> </TableColumnHeader> <TableColumnHeader> <Label>Synopsis</Label> <Width>50</Width> <Alignment>left</Alignment> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Alias</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Synopsis</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |