Files
ImportExcel/__tests__/Samples/Get-CimInstanceDisk.xml
2019-08-29 00:32:26 +03:00

42 lines
2.2 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>