Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
windows:wmi:disks:wmi_and_disks_msft [07/05/2023 17:32] thierry [MSFT_Disk] |
windows:wmi:disks:wmi_and_disks_msft [09/06/2023 16:20] (Version actuelle) thierry [Vierge] |
||
---|---|---|---|
Ligne 138: | Ligne 138: | ||
</codedoc></codedoc> | </codedoc></codedoc> | ||
- | ==== Comparaison MSFT_Disk ==== | + | ==== Comparaison MSFT_Disk / MSFT_PhysicalDisk / Win32_DiskDrive ==== |
<codedoc> | <codedoc> | ||
instances of MSFT_Disk | instances of MSFT_Disk | ||
Ligne 177: | Ligne 177: | ||
}; | }; | ||
+ | instance of MSFT_PhysicalDisk | ||
+ | { | ||
+ | AllocatedSize = “512110190592”; | ||
+ | BusType = 11; | ||
+ | CannotPoolReason = {7}; | ||
+ | CanPool = FALSE; | ||
+ | DeviceId = “1”; | ||
+ | FirmwareVersion = “T0929A0”; | ||
+ | FriendlyName = “Intenso SSD SATAIII”; | ||
+ | HealthStatus = 0; | ||
+ | IsPartial = TRUE; | ||
+ | LogicalSectorSize = “512”; | ||
+ | MediaType = 4; | ||
+ | Model = “Intenso SSD SATAIII”; | ||
+ | ObjectId = “{1}\\\\PC-THIERRY\\root/Microsoft/Windows/Storage/Providers_v2\\SPACES_PhysicalDisk.ObjectId=\”{6e6eee87-74ee-11e9-8b27-806e6f6e6963}:PD:{3d29fe32-dc1f-60cd-fd4b-f51e648eeb67}\“”; | ||
+ | OperationalStatus = {2}; | ||
+ | PhysicalLocation = “Integrated : Bus 0 : Device 23 : Function 0 : Adapter 0 : Port 0”; | ||
+ | PhysicalSectorSize = “512”; | ||
+ | SerialNumber = “AA000000000000000494”; | ||
+ | Size = “512110190592”; | ||
+ | SpindleSpeed = 0; | ||
+ | SupportedUsages = {1, 2, 3, 4, 5}; | ||
+ | UniqueId = “ATA Intenso SSD SATAIII AA000000000000000494”; | ||
+ | UniqueIdFormat = 1; | ||
+ | Usage = 1; | ||
+ | VirtualDiskFootprint = “0”; | ||
+ | }; | ||
instance of Win32_DiskDrive | instance of Win32_DiskDrive | ||
{ | { | ||
Ligne 587: | Ligne 614: | ||
</codedoc></codedoc> | </codedoc></codedoc> | ||
- | ===== Vierge ===== | ||
- | <codedoc> | ||
- | instance of MSFT_Partition | ||
- | <codedoc toggle> | ||
- | </codedoc></codedoc> | ||