forked from dfinke/ImportExcel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGet-CimInstanceDisk.xml
More file actions
42 lines (42 loc) · 2.18 KB
/
Copy pathGet-CimInstanceDisk.xml
File metadata and controls
42 lines (42 loc) · 2.18 KB
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
<Objs Version="1.1.0.1" xmlns="http://schemas.microsoft.com/powershell/2004/04">
<Obj RefId="0">
<TN RefId="0">
<T>Selected.Microsoft.Management.Infrastructure.CimInstance</T>
<T>System.Management.Automation.PSCustomObject</T>
<T>System.Object</T>
</TN>
<MS>
<S N="DeviceId">C:</S>
<S N="VolumeName"></S>
<U64 N="Size">899659026432</U64>
<U64 N="Freespace">211221553152</U64>
</MS>
</Obj>
<Obj RefId="1">
<TNRef RefId="0" />
<MS>
<S N="DeviceId">D:</S>
<S N="VolumeName">Data</S>
<U64 N="Size">2000396742656</U64>
<U64 N="Freespace">1912582348800</U64>
</MS>
</Obj>
<Obj RefId="2">
<TNRef RefId="0" />
<MS>
<S N="DeviceId">E:</S>
<S N="VolumeName">Data 500 2</S>
<U64 N="Size">500104687616</U64>
<U64 N="Freespace">69499617280</U64>
</MS>
</Obj>
<Obj RefId="3">
<TNRef RefId="0" />
<MS>
<S N="DeviceId">H:</S>
<Nil N="VolumeName" />
<Nil N="Size" />
<Nil N="Freespace" />
</MS>
</Obj>
</Objs>