How to Migrate from UPD to FSLogix Profile Container Profiles to Windows Virtual Desktop

preview_player
Показать описание
How to Migrate from UPD to FSLogix Profile Container Profiles to Windows Virtual Desktop.

Sign up for the preview here:

The migration script will allow you to perform mass conversions of user profiles from various (specified) types to FSLogix based Profile Containers at scale. Here are some details about the tool code base and structure of the code with the commands to be executed, as well as detailed examples

Once you have the migration script, \fFollow the steps below.

Place the FSLogixMigration Folder in a PSModule directory,
import the module with command
Import-Module FSLogixMigration
If the module is imported successfully you will see the welcome message.
At the time of import, a check will be done for the following modules: ActiveDirectory, Hyper-V, Pester
Example command:

Main Functions

_Convert-RoamingProfile_ – Converts a roaming profile to an FSLogix Profile Container
_Convert-UPDProfile_ – Converts a user profile disk (UPD) to an FSLogix Profile Container
Helper Functions

_Get-ProfileSource_ – Takes input for the source type/path
_New-MigrationObject_ – Creates a PowerShell object, which the script refers to for each migration
_Mount-UPDProfile_ – Mounts a user profile disk to copy data
_New-ProfileDisk_ – Creates a VHD or VHDX at the Target location
_Copy-Profile_ – Runs a Robocopy from source to destination
_New-ProfileReg_ – Creates an FSLogix Registry .reg file
_Write-Log_ – Used to write verbose commands and log
Рекомендации по теме
Комментарии
Автор

Hi, i didnt understand do i need to first install fslogix our do i just need to create the folder and use script to migrate afhter i install fxlogic and point to that folder'

wddulvc