When I connect my Android phone, there’s an icon in My Computer, but no letter - this is normal.
USB file transfer is already enabled on phone.
I have found this script that reads all devices (hard drives, optical units…) and displays a list, including Android phone.
https://gist.github.com/cveld/8fa339306f8504095815
It also gives me a list of files and folders.
[ One small change to the script: replace .GetFolder() with .GetFolder ]
Now, what I want is to automatically copy all files and folders from DCIM folder to my computer.
I’m a complete noob at PowerShell, so I’ll take any advice (piece of script is even better).
Thank you.