Forum Discussion

GMcDowell's avatar
GMcDowell
Copper Contributor
Apr 15, 2021
Solved

FRX migrate-vhd - How Can I Monitor Progress?

To increase the profile size, I'm using frx to create a new profile with the desired max MB size, and migrating the old profile into the new.   How can I monitor the progress? I'm currently migrati...
  • Guido's avatar
    May 14, 2021
    Hello. Frx migrate-vhd command use Robocopy to move data. You can enable robocopy logging following these steps
    1) Open regedit
    2) Navigate to HKLM\SOFTWARE\FSLogix\Logging
    3) Add a REG_SZ key called RobocopyLogPath
    4) Add a log path value like c:\temp\robocopy.log

    Make sure you have enough OS drive space where you run the frx command since it use the %tmp% folder as a cache.

    https://docs.microsoft.com/en-us/fslogix/logging-diagnostics-reference#logging-settings-and-configuration

Resources