In Reply to: Nope!, Never had that problem ....................... posted by Cut-Throat on September 29, 2020 at 16:08:11:
They sure are screwed up, no argument there.
Powershell (see below) plus SQL Server could do the job. Maybe I will give it a try. Have to work on the data model first. I am surprised I am the only one to have this problem/need.
p.s. I always got a kick out of colleagues who called themselves software engineers. I spent 20+ years as a programer (now retired). But engineering is based on mathematics and physics. We have a long way to go
in th software industry before we have a right to call ourselves engineers IMHO. There hasn't yet been a software program written that can be proved mathematically to be correct.
Anyway, as expected, powershell can do the job. No question it can read file metadata and record into database...
PS C:\Users\Lt> Get-WmiObject Win32_DiskDrive | sort Index | ft Index,DeviceID,@{l='Signature';e={"{0:X}" -f $_.Signature}},Model -a
Index DeviceID Signature Model
----- -------- --------- -----
0 \\.\PHYSICALDRIVE0 WDC WD80EFZX-68UW8N0
1 \\.\PHYSICALDRIVE1 68354F71 Crucial_CT480M500SSD1
2 \\.\PHYSICALDRIVE2 4EC01F6F CT1000BX100SSD1
3 \\.\PHYSICALDRIVE3 97B36446 HGST HTS725050A7E630
4 \\.\PHYSICALDRIVE4 F15D9 WDC WD1002FAEX-00Z3A0
5 \\.\PHYSICALDRIVE5 1F33A37 Samsung SSD 850 EVO M.2 500GB
6 \\.\PHYSICALDRIVE6 A4B57300 Seagate FreeAgent Go USB Device
This post is made possible by the generous support of people like you and our sponsors:
Follow Ups
- RE: Nope!, Never had that problem ....................... - LtMandella 16:22:20 09/29/20 (11)
- RE: Nope!, Never had that problem ....................... - zacster 05:09:37 09/30/20 (10)
- RE: Nope!, Never had that problem ....................... - LtMandella 09:06:58 10/01/20 (9)
- RE: Nope!, Never had that problem ....................... - Cut-Throat 13:20:28 10/01/20 (8)
- RE: Nope!, Never had that problem ....................... - LtMandella 13:36:26 10/01/20 (7)
- J.River Mac Version Sonic Comparison - MRMB 13:43:33 10/09/20 (6)
- RE: J.River Mac Version Sonic Comparison - LtMandella 18:47:33 10/09/20 (4)
- RE: J.River Mac Version Sonic Comparison - MRMB 09:41:10 10/10/20 (3)
- RE: J.River Mac Version Sonic Comparison - LtMandella 10:26:52 10/10/20 (2)
- RE: J.River Mac Version Sonic Comparison - rivervalley817 10:41:23 10/10/20 (1)
- RE: J.River Mac Version Sonic Comparison - LtMandella 19:48:50 10/10/20 (0)
- RE: J.River Mac Version Sonic Comparison - LtMandella 14:48:56 10/09/20 (0)