Hey all,
I’m running PowerShell 3.0 : I’m removing files and they’re heading into the Recycle Bin - I’d prefer to Remove the files permanently and not have them moved to the RB. If that cannot be done in PS3.0 is there a way of deleting a specific file from the recycle bin? I have the file name in a string so I’m hoping it’s just a case of passing it to a function.
All I’ve got so far is: Remove-Item $filePath
Works well, but the files are often very large and storing them in the RB isn’t helping the free space on the drive.
Regards,
Ben