I am trying to accomplish the following:
- Open a Windows File Explorer and navigate to a particular folder.
 - Select certain files and/or folders within that folder using the mouse.
 - Write a powershell script that detects the files/folders I have selected, and copies to another location.
 
What I need to know, is there a way for powershell to detect the files I have selected in the File Explorer? I have tried to locate resources online to give me some insight, but no luck, either it isn't possible or I am searching the wrong terminology.