Id CommandLine -- ----------- 1 C:\Users\eunuq\OneDrive\Documents\script1.ps1 2 C:\Users\eunuq\Documents\script1.ps1 3 C:\Users\eunuq\Documents\script1.ps1 4 Set-ExecutionPolicy Bypass 5 C:\Users\eunuq\Documents\script1.ps1 6 Move-Item -Path c:\FolderTest1/File2 -Destination c:\EvenFolder 7 Move-Item -Path c:\FolderTest1\File2 -Destination c:\EvenFolder 8 Move-Item -Path c:\FolderTest1\File2 -Destination c:\EvenFolder 9 Move-Item -Path c:\FolderTest1\File4 -Destination c:\EvenFolder 10 Move-Item -Path c:\FolderTest2\File6 -Destination c:\EvenFolder 11 Move-Item -Path c:\FolderTest2\File8 -Destination c:\EvenFolder 12 Move-Item -Path c:\FolderTest2\File10 -Destination c:\EvenFolder 13 New-Item -Path OddFolder -ItemType Directory 14 Move-Item -Path c:\FolderTest1\File1 -Destination c:\OddFolder 15 Move-Item -Path c:\FolderTest1\File3 -Destination c:\OddFolder 16 Move-Item -Path c:\FolderTest1\File5 -Destination c:\OddFolder 17 Move-Item -Path c:\FolderTest2\File7 -Destination c:\OddFolder 18 Move-Item -Path c:\FolderTest2\File9 -Destination c:\OddFolder