UPMMigration
1.2.0
This PowerShell module facilitates the migration of user profiles from Citrix User Profile Manager (UPM) to FSLogix profile solutions. The module is designed to automate the process of migrating entire user profiles, including data and registry modifications, by creating Virtual Hard Disks (VHDs) and copying data from UPM profiles. This script has been tested for Wind
This PowerShell module facilitates the migration of user profiles from Citrix User Profile Manager (UPM) to FSLogix profile solutions. The module is designed to automate the process of migrating entire user profiles, including data and registry modifications, by creating Virtual Hard Disks (VHDs) and copying data from UPM profiles. This script has been tested for Windows 10 to Windows 11 migrations.
Show more
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) 2024 eswaras. All rights reserved.
Package Details
Author(s)
- eswaras
Functions
Get-ProfileSource Get-UserDomain Invoke-CopyProfileData Invoke-ProfileMigration New-MigrationObject New-UserProfileDisk New-UserProfileRegistry Remove-UnwantedFiles Set-RegistryConfiguration Test-SIDInAD Update-UserProfile
Dependencies
This module has no dependencies.
FileList
- UPMMigration.nuspec
- Public\Set-RegistryConfiguration.ps1
- Public\Get-ProfileSource.ps1
- Public\New-MigrationObject.ps1
- Public\Test-SIDInAD.ps1
- UPMMigration.psd1
- Public\Get-UserDomain.ps1
- Public\New-UserProfileDisk.ps1
- Public\Update-UserProfile.ps1
- UPMMigration.psm1
- Public\Invoke-CopyProfileData.ps1
- Public\New-UserProfileRegistry.ps1
- Private\Check-NeededFeatures.ps1
- Public\Invoke-ProfileMigration.ps1
- Public\Remove-UnwantedFiles.ps1