Hi Martin,
For FSLogix Profile Container:
- ProfileType = 0 (default): used for normal single-session scenarios.
- ProfileType = 3: required for concurrent or multiple connections.
When ProfileType = 3 is used, FSLogix enables concurrent access using VHD(x) differencing disks. One session has read-write access to the base VHD, while additional sessions attach in read-only mode using differencing disks.
Multiple connections (same user on different machines) are only supported with this differencing disk model. No other configuration is supported. You can read this information in this link: https://learn.microsoft.com/en-us/fslogix/reference-configuration-settings?tabs=profiles
For concurrent sessions on the same host (RDS), the following settings are also required:
- fDenyTSConnections = 0
- fSingleSessionPerUser = 0
ODFC containers use VHDAccessMode instead of ProfileType.
Reference for ProfileType setting:
https://learn.microsoft.com/en-us/fslogix/concepts-multi-concurrent-connections
One more important Microsoft note is OneDrive does not support multiple simultaneous connections using the same profile under any circumstance.