This class describes a partition on a client computer’s hard drive. This class is included in a default hardware inventory operation.
Table C.36 Partition Attribute Class (SMS_G_System_PARTITION)
Property (Bold if collected) | Data type | Example | Notes |
---|---|---|---|
Access | string | Describes whether the media is readable, writeable, or both.
Values are: | |
Availability | uint32 | Indicates the availability and status of the device.
Values are: | |
BlockSize | uint32 | Megabytes. Indicates the size of the blocks that form the StorageExtent. | |
Bootable | uint32 | 0 | A Boolean that indicates that the DiskPartition is labeled as bootable. This Boolean does not mean that an OperatingSystem is actually loaded on the partition.
Values are: |
BootPartition | uint32 | 0 | Determines whether the partition is bootable.
Values are: If the value is True, the partition is bootable. |
Caption | string | Describes the object. Maximum length is 64 characters. | |
Description | string | "Disk #0, Partition #1" | Describes the object. |
DeviceID | string | "Disk #0, Partition #1" | Key. An address or other identifying information to uniquely name the LogicalDevice. Maximum length is 64 characters. |
DiskIndex | uint32 | 0 | Indicates the disk index number of the partition. |
ErrorMethodology | string | Describes the types of error detection and correction supported by the device. | |
GroupID | uint32 | 2 | Within one ResourceId (one SMS client), GroupID distinguishes one instance of a class from another. Objects with the same ResourceId and GroupID are “deltas” of one another, describing the same hardware inventory instance at different points in time. This is not a collectable property. |
HiddenSectors | uint32 | 63 | Indicates the number of hidden sectors in the partition. |
Index | uint32 | 1 | Indicates the index number of the partition. |
InstallDate | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the object was installed. The absence of a value does not indicate that the object is not installed. |
Name | string | "Disk #0, Partition #1" | Defines the label that the object is known by. Maximum length is 256 characters. |
NumberOfBlocks | uint32 | Indicates the total number of consecutive blocks of size BlockSize that form the StorageExtent.
To calculate the total size of StorageExtent, multiply BlockSize by NumberOfBlocks. If the BlockSize is 1, this property is the total size of the StorageExtent. | |
PowerManagementSupported | uint32 | 1 | A Boolean that indicates that the ComputerSystem and its running OperatingSystem support power management. This Boolean does not indicate whether power management features are currently enabled or if they are enabled, which features are supported.
Values are: |
PrimaryPartition | uint32 | A Boolean that indicates that the DiskPartition is labeled as the primary partition for a ComputerSystem.
Values are: 1=True | |
Purpose | string | Describes media, their uses, or both. | |
ResourceId | uint32 | 42 | Key. Inventory items with the same ResourceId were all discovered on the same SMS client. The ResourceId identifies the SMS client.
A ResourceId is an integer generated for the sake of SQL; it is not unique outside the site and should be used only for short-term querying purposes. It is not a collectable property. |
RevisionID | uint32 | 1 | Objects with the same ResourceId and GroupID are deltas, differentiated from one another by RevisionID number. The highest number is the most recent update. This is not a collectable property. |
RewritePartition | uint32 | 1 | Determines whether the partition is rewriteable.
Values are: If the value is True, the partition is rewriteable. |
Size | uint32 | 1005 | Megabytes. Indicates the total size of the partition. |
StartingOffset | uint32 | 32256 | Indicates the starting offset, in bytes, of the partition. |
Status | string | "OK" | Indicates the current status of the object.
Values are: Maximum length is 10 characters. |
StatusInfo | string | "3" | Indicates the statue of the LogicalDevice.
Values are: |
SystemName | string | "SMSDELLPE1" | Indicates the scoping system’s name. Maximum length is 256 characters. |
TimeStamp | datetime | See “Date and Time Formats” at the beginning of Appendix B. | Indicates when the information in this object was last revised. This is not a collectable property. |
Type | string | "FAT" | Indicates the type of the partition. |