I have a call to change to remove all special characters (#, $, ', ç, etc.)
Can you search the folders and change these characters by typing without characters?
this way. In case, I wanted to put all the characters.
Dir -R | Rename-Item -NewName { $_.name -replace "ç","c" }