Deleting contents of a folder containing files with open file handles using PowerShell
Like every other project I’ve participated in, I recently experienced problems when trying to implement continuous delivery of Windows Services and websites. The problem arise when trying to update some files in a remote directory using PowerShell. The remoting part isn’t an issue this time, because the customer…