Select Page

Required Files: None


Delete a folder.


 

# Script Created to delete a Folder 
 
# Recurse will not prompt if there any child items and force will delete if there are any hidden or read only files 
Remove-Item –path "C:\IT Dept" –recurse -Force