Windows 10 Profile Backup Powershell Script
In an Enterprise environment, Microsoft has not provided a decent profile backup/transfer tool. I found this handy script and modified it to include other items under the user's AppData folder (Microsoft products, Accela, In House Apps, etc.) and we have been using it very well. A few notes though. This only backs up user profiles and only the sections you add in the script. It does not backup any root folders or additinal profiles. Also, you need to run it as the user logged in. If you run it as a different user, it will back up that user profile instead of the one you may be intending on it to.
Comments