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..



İlginizi Çekebilir

Powershell Approve-Session Kullanımı

PowerShell Windows Bütün Servislerin Listesini Elde Etmek

PowerShell Windows Lokasyonu

PowerShell While Döngüsü Örneği

PowerShell Windows Servis Durdurmak