powershell move one directory into another code example
Example 1: powershell move file to another folder
Move-Item -Path C:\Temp -Destination C:\Logs
Example 2: how to move from one to another drive in powershell
first of all come to the base like "c"
drive name with colon
E:
D:
F: