Forum Discussion
GMcDowell
Apr 15, 2021Copper Contributor
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...
- May 14, 2021Hello. 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
Guido
May 14, 2021Brass Contributor
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
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