forked from jdhitsolutions/PSScriptTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpslocation.format.ps1xml
44 lines (44 loc) · 1.28 KB
/
pslocation.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
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!--
format type data generated 02/20/2019 15:46:14
by BOVINE320\Jeff
-->
<Configuration>
<ViewDefinitions>
<View>
<!--Created 02/20/2019 15:46:14 by BOVINE320\Jeff-->
<Name>default</Name>
<ViewSelectedBy>
<TypeName>psLocation</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
<ListEntry>
<ListItems>
<!--
By default the entries use property names, but you can replace them with scriptblocks.
<Scriptblock>$_.foo /1mb -as [int]</Scriptblock>
-->
<ListItem>
<Label>Temp</Label>
<PropertyName>Temp</PropertyName>
</ListItem>
<ListItem>
<Label>Home</Label>
<PropertyName>Home</PropertyName>
</ListItem>
<ListItem>
<Label>Desktop</Label>
<PropertyName>Desktop</PropertyName>
</ListItem>
<ListItem>
<Label>PowerShell</Label>
<PropertyName>PowerShell</PropertyName>
</ListItem>
</ListItems>
</ListEntry>
</ListEntries>
</ListControl>
</View>
</ViewDefinitions>
</Configuration>