User Profile Backup & Restore (For Machine Swaps)
User Profile Backup & Restore (For Machine Swaps)
##### https://community.spiceworks.com/scripts/show_download/2640-user-profile-
backup-restore-for-machine-swaps
$destination = "\\SERVER\Share\backups"
$folder = "Desktop",
"Downloads",
"Favorites",
"Documents",
"Music",
"Pictures",
"Videos",
"AppData\Local\Mozilla",
"AppData\Local\Google",
"AppData\Roaming\Mozilla"
###################################################################################
############################
$username = gc env:username
$userprofile = gc env:userprofile
$appData = gc env:localAPPDATA
if ($answer -eq 0)
{
else
{
write-host -ForegroundColor yellow "Aborting process"
exit
}
$x = $host.UI.RawUI.ReadKey("NoEcho,IncludeKeyDown")