3> in that type PS c:\> Get-ChildItem HKLM:\SYSTEM\ControlSet001\Enum\USBSTOR | Select-Object PSChildname
4>if to read the name is more complicated then use this command in power shell PS c:\> Get-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Enum\USBSTOR\*\*' | Select FriendlyName
proff of concept is in screen shot that i have genrated while performing this task--
0 comments:
Post a Comment