I am looking for a script that does the following:
delete all folders that starts with 123
the folders are located in the c:\users
I have tried and here is what I came up with:
Remove-Item c:\users\* -include *123
Any suggestions from the pros?
delete all folders that starts with 123
the folders are located in the c:\users
I have tried and here is what I came up with:
Remove-Item c:\users\* -include *123
Any suggestions from the pros?