15 lines
541 B
Markdown
15 lines
541 B
Markdown
---
|
|
created: 2024-10-12T16:56:59.000Z
|
|
type: note
|
|
updated: 2024-10-12T16:56:59.000Z
|
|
---
|
|
|
|
# wmic
|
|
|
|
```bash Sat Oct 12 2024 09:56:31 GMT-0700 (Mountain Standard Time)
|
|
wmic diskdrive get name,size,model,SerialNumber
|
|
# Model Name SerialNumber Size
|
|
# WD_BLACK SN770 2TB \\.\PHYSICALDRIVE0 E823_8FA6_BF53_0001_001B_448B_4CC8_50F2. 2000396321280
|
|
# SSK SSK Storage SCSI Disk Device \\.\PHYSICALDRIVE1 0000000000000000 500105249280
|
|
```
|