Pages

Showing posts with label delete folder. Show all posts
Showing posts with label delete folder. Show all posts

Monday, April 2, 2018

How to delete files in folder using powershell

How to delete files in folder using powershell
Open Powershell

Run Command : Remove-Item –path c:\testfolder\* –recurse

* means any

ShareThis