I have a bunch of files that I’ve downloaded to a specific folder. I need to unblock and rename files in that folder. The rename involves replacing a plus sign with a space.
$path = 'C:UsersRichardDownloadsWalks'
$files = Get-ChildItem -Path… Read the full text.