Check Serial number on all your disks
$laptopname = Read-Host -Prompt “which laptop” Do { IF (Test-Connection -BufferSize 32 -Count 1 -ComputerName $laptopname -Quiet) { Get-WMIObject -Class Win32_physicalmedia -ComputerName $laptopname | Format-List