PowerShell - Delete Items to the Recycle Bin

7 months ago
3

Instead of using Remove-Item, use a module called Recycle to install a Remove-ItemSafely alternative that will put deleted items into the recycle bin where they can be recovered.

Loading comments...