PowerShell Dosya Taşıma
PowerShell'de dosya taşıma için aşağıdaki örnek komut incelenebilir..
Move-Item -Path E:\test.txt -Destination F:\test.txt
Bu örnekte "E:" dizinindeki "test.txt" dosyası "F:" dizinine taşınmıştır..
PowerShell'de dosya taşıma için aşağıdaki örnek komut incelenebilir..
Move-Item -Path E:\test.txt -Destination F:\test.txt
Bu örnekte "E:" dizinindeki "test.txt" dosyası "F:" dizinine taşınmıştır..