Ketikan peritah berikut di powersheel window anda:
dir -Recurse -include *.png,*.jpg,*.bmp.*.gif untuk menampilkan semua gambar dengan extension .png,jpg,bmp,gif
Get-ChildItem -Path -Recurse -include *.png,*.jpg,*.bmp.*.gif
Get-ChildItem -Path “G:\Data*” -Recurse -include *.png,*.jpg,*.bmp.*.gif | Copy-Item -Destination “G:\Copy” Copy files sesuai extensi di G> Data ke G> Copy