Using powershell on Win 11 could I send the password to my harddisk which is connected through and USB-SATA-Adapter?
I have a USB-SATA-Adapter for my HDD and SSD. (JMicron Tect SCSI Service) in the hardware manager on Win 11)
The HDD and SSD have a hardware password set. The HDD starts spinning when connected, but is not accessible in any way. I strongly assume it's because of the password.
Researching the internet I found there are some websites (smartmontools; USB-attached-SCSI; about hdparm; predominantly for settings and commands on Linux derivates) about this, and even an dedicated command definition, how to send data/commands from Win 11 to the USB-Device, which send the data/command as SATA command to the harddisc. The USB-Device has to support some special command, and I saw a table that those JMicron devices support it.
Sadly there is nowhere an example ordefintion to find how to send the password through this SCSI-SATA connection.
I assume it's possible by using powershell in Win 11. I also could start knoppix and most other linux systema from a USB-stick on my laptop, and would therefor also be happy with command line code/help!