0

I have a list of folders that have to get deleted in a directory and I'm trying to purge them all at once. Looking to be able to delete the folders in a directory based on the list of names

1 Answer 1

1

Take a look at the Get-ChildItem and Remove-Item cmdlet.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks Martin! I'm still extremely new to Powershell. If I research the above I should be able to write something up?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.