<?xml version="1.0" encoding="utf-8"?>
<Configuration>
  <ViewDefinitions>

    <View>
      <Name>BitLockerVolumeBasic</Name>
      <ViewSelectedBy>
        <TypeName>Microsoft.BitLocker.Structures.BitLockerVolume</TypeName>
      </ViewSelectedBy>
      <GroupBy>
        <Label>ComputerName</Label>
        <PropertyName>ComputerName</PropertyName>
      </GroupBy>
      <TableControl>
        <TableHeaders>
          <TableColumnHeader>
            <Label>VolumeType</Label>
            <Width>15</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>MountPoint</Label>
            <Width>5</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>CapacityGB</Label>
            <Width>10</Width>
            <Alignment>Right</Alignment>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>VolumeStatus</Label>
            <Width>22</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>EncryptionPercentage</Label>
            <Width>10</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>KeyProtector</Label>
            <Width>25</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>AutoUnlockEnabled</Label>
            <Width>10</Width>
          </TableColumnHeader>
          <TableColumnHeader>
            <Label>ProtectionStatus</Label>
            <Width>10</Width>
          </TableColumnHeader>
        </TableHeaders>
        <TableRowEntries>
          <TableRowEntry>
            <TableColumnItems>
              <TableColumnItem>
                <PropertyName>VolumeType</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>MountPoint</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>CapacityGB</PropertyName>
                <FormatString>N2</FormatString>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>VolumeStatus</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>EncryptionPercentage</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>KeyProtector</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>AutoUnlockEnabled</PropertyName>
              </TableColumnItem>
              <TableColumnItem>
                <PropertyName>ProtectionStatus</PropertyName>
              </TableColumnItem>
            </TableColumnItems>
          </TableRowEntry>
        </TableRowEntries>
      </TableControl>
    </View>
  </ViewDefinitions>
</Configuration>