Skip to content

Instantly share code, notes, and snippets.

View benocummins's full-sized avatar

Jamie Cummins benocummins

  • Greenville, South Carolina
View GitHub Profile
@benocummins
benocummins / Move-UserProfile.ps1
Created January 27, 2020 17:18
Migrate Windows User Profiles via PowerShell
$FoldersToCopy = @(
'Desktop'
'Downloads'
'Favorites'
'Documents'
'Pictures'
'Videos'
'AppData\Local\Google'
)