PowerShell - File and Directory Operations
You attempt to delete all contents inside
C:\Logs using Remove-Item -Path C:\Logs\* -Recurse but receive an error about access denied on some files. What should you do to successfully remove all items?