If you create multiple directories within each other using Powershell is it possible to remove them all at once? The rmdir command removes them one at a time, but I was wondering if there was a more simple way.
Thank you!
I'm just learning to code through Powershell, so any tips or tricks are appreciated!