-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathPSDotFiles.format.ps1xml
31 lines (31 loc) · 1.22 KB
/
PSDotFiles.format.ps1xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<Configuration>
<ViewDefinitions>
<View>
<Name>PSDotFiles.Component</Name>
<ViewSelectedBy>
<TypeName>PSDotFiles.Component</TypeName>
</ViewSelectedBy>
<TableControl>
<TableRowEntries>
<TableRowEntry>
<TableColumnItems>
<TableColumnItem>
<PropertyName>Name</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>FriendlyName</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Availability</PropertyName>
</TableColumnItem>
<TableColumnItem>
<PropertyName>State</PropertyName>
</TableColumnItem>
</TableColumnItems>
</TableRowEntry>
</TableRowEntries>
</TableControl>
</View>
</ViewDefinitions>
</Configuration>