I'm looking to make a super simple request for input script that uses said input to be executed in the script below. I can edit the script before I run it each time, but it would be way cooler and more practical if you could just enter the PCname and User ID. Basically, :request for inputA, enter, request for InputB, enter. Take both inputs(A and B) and put them in the script then run it.
I'm sure this is simple, but I'm just getting started with this adventure.
Something like this :-
Copy-Item -LiteralPath \\(PCname)\C$\Users\(UserID)\AppData\Roaming\Nuance\NaturallySpeaking12\Dragon.log
-Destination "\\Static PC\C$\Users\MyName\Desktop\Dragon Logs" -Force