ps/Modules/Cole.PowerShell.Developer/Public/ConvertTo-DriveInfo.ps1xml

63 lines
2.3 KiB
Plaintext
Raw Normal View History

2023-05-30 22:51:22 -07:00
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
<SelectionSets>
<SelectionSet>
<Name>DriveInfoTypes</Name>
<Types>
<TypeName>DriveInfo</TypeName>
</Types>
</SelectionSet>
</SelectionSets>
<ViewDefinitions>
<View>
<Name>DefaultDriveInfoView</Name>
<ViewSelectedBy>
<SelectionSetName>DriveInfoTypes</SelectionSetName>
</ViewSelectedBy>
<TableControl>
<Autosize/>
<TableHeaders>
<TableColumnHeader>
<Label>Device ID</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>File System</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Volume Name</Label>
</TableColumnHeader>
<TableColumnHeader>
<Label>Free Space (GB)</Label>
<Alignment>right</Alignment>
</TableColumnHeader>
<TableColumnHeader>
<Label>Size (GB)</Label>
<Alignment>right</Alignment>
</TableColumnHeader>
</TableHeaders>
<TableRowEntries>
<TableRowEntry>
<Wrap/>
<TableColumnItems>
<TableColumnItem>
<PropertyName>DeviceID</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>FileSystem</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>VolumeName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>FreeSpaceGB</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>SizeGB</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>