The FRXTray tool had a number of issues (accessibility, inaccurate disk space reporting, resource utilization, etc). We chose to remove this tool as there are a number of other ways to get the same information. For example:
- frx.exe list-redirects
- This will show any active redirects and validate the users VHD is connected and redirected via FSLogix.
- Event Viewer
- Event ID 25 (Profile load: Status: 100 Reason: 0 Error: 0 Username: %username% SID: S-1-5-21-0000000000-0000000000-0000000000-1110
- Profile logs (%ProgramData%\FSLogix\Logs\Profile)
- [15:14:14.517][tid:00000238.00001598][INFO] LoadProfile successful. Version: 3.25.202.4223 User: %username%. SID: S-1-5-21-0000000000-0000000000-0000000000-1110. SessionId: 3
- Powershell
- Get-Disk | Where-Object {$_.Location -match '<file-server-name>'} | Select-Object Number,HealthStatus, Location
- Get-Volume -FriendlyName Profile*
All of these methods do not require administrator rights. We had hoped to integrate an alternative, but it didn't make the prioritization though we may consider it in the future. Customer feedback is always the best indicator of what should be prioritized in the future.