formats/network.ps1xml
<?xml version="1.0" encoding="utf-8"?> <!-- SPDX-License-Identifier: Apache-2.0 --> <Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/PowerShell/PowerShell/master/src/Schemas/Format.xsd"> <ViewDefinitions> <View> <Name>XoPowershell.Network</Name> <ViewSelectedBy> <TypeName>XoPowershell.Network</TypeName> </ViewSelectedBy> <TableControl> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>NetworkUuid</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Name</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>Description</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>NBD</PropertyName> </TableColumnItem> <TableColumnItem> <PropertyName>DefaultIsLocked</PropertyName> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |