How to take ownership of a terminal user folder so you can safely remove it

How to take ownership of a terminal user folder so you can safely remove it
Introduction This was an annoying issue for me to remove the a terminal server user's profile from our file servers. Each time you need to remove an user's folder you get the standard access denied, then you need to change the permissions, inheritance, etc... so to save my colleagues and…

Powershell Robocopy backup script

Powershell Robocopy backup script
Introduction This PowerShell robocopy script allows you to copy files and folders from one location to another using mirroring and multi threading to speeding up the copy process. It will keep the original permissions on the new location Pr-requisites Show start and end time of the backup job The duration…