Error 58tm1 in this scenario is consistent with issues where Microsoft 365 Apps (Office 365) is running on Remote Desktop Session Hosts with FSLogix profiles and the Office container, and the Office apps fail unexpectedly when trying to load the user profile or Office data from the container.
Based on the provided environment details and the available information, focus on these areas:
- Verify FSLogix profile and Office containers
- Confirm FSLogix is actually enabled and configured for both Profiles and ODFC containers on the RDSH servers. If FSLogix isn’t enabled, Windows may fall back to local or temporary profiles, which can cause random Office failures.
- Check for old, temporary, or local profiles for the affected users. If users are getting temporary or local profiles instead of their FSLogix containers, Office may fail during initialization.
- Ensure the remote SMB storage hosting the FSLogix containers has sufficient capacity and good performance. If the storage is full or slow, containers may fail to attach, leading to sign‑in or app‑startup errors.
- Check for profile/container lock or concurrent use
- Confirm that affected users do not have another active or hung session on a different RDSH using the same FSLogix profile container. FSLogix by default allows only a single connection per container and maintains an exclusive lock.
- If a previous session did not sign out cleanly, the container can remain locked and subsequent sign‑ins can fail or fall back to temporary profiles, which can surface as unexpected Office errors.
- Consider enabling
CleanupInvalidSessionsto automatically clean up invalid sessions, but be aware of the known issue where this setting can affect ODFC containers in specific FSLogix versions; ensure the FSLogix version is updated if using this setting.
- Investigate temporary/local profile conditions
- If
PreventLoginWithFailureorPreventLoginWithTempProfileis enabled, FSLogix usesfrxshell.exeto block sign‑in when the profile fails to attach. In remote app scenarios, this may not fully block sign‑in, and users can end up with temporary profiles. - Review FSLogix logs for the affected users to see whether the profile failed to attach due to storage permissions (for example, “Access denied”) or because the profile is in use on another computer.
- If local profiles exist on the RDSH servers, FSLogix by default honors them instead of attaching the FSLogix profile. This can cause inconsistent behavior between users. If appropriate, enable
DeleteLocalProfileWhenVHDShouldApplyafter carefully reviewing which local profiles exist, as this setting deletes local profiles at sign‑in.
- If
- Validate storage permissions and Kerberos configuration
- Ensure SMB storage permissions for the FSLogix containers are configured correctly so that the RDSH computer accounts and users have the required access. Misconfigured permissions are a common cause of profile attach failures.
- If the environment is being updated to newer Windows Server builds (including the April 2026 update), ensure that the file shares hosting FSLogix containers are configured to use AES‑SHA1 for Kerberos, as older RC4‑only configurations can cause access issues and profile failures.
- Check container size and capacity
- Verify that the Office/FSLogix containers for affected users have not reached their configured maximum size (
SizeInMBs). Containers with insufficient free space (less than ~200 MB) can fail to attach, which can cause Office to fail during startup. - If necessary, increase
SizeInMBsand then, during off‑hours, mount the container and remove unnecessary data so that it can compact on sign‑out.
- Verify that the Office/FSLogix containers for affected users have not reached their configured maximum size (
- Review third‑party security software
- If any third‑party firewall or intrusion prevention systems are installed on the RDSH servers, temporarily disable them and reproduce the issue to see whether they interfere with FSLogix’s file system drivers or SMB access.
- Ensure recommended antivirus file and folder exclusions for FSLogix are in place so that profile and Office containers are not blocked or delayed during attach.
In practice, for users seeing error 58tm1:
- Check FSLogix logs for those users to confirm whether their profile and Office containers attached successfully.
- Confirm there is no concurrent session using the same container and that no stale lock remains; if necessary, clean up invalid sessions.
- Validate SMB storage permissions and available capacity, and ensure containers are not full.
- Confirm that local or temporary profiles are not being used unexpectedly, and adjust FSLogix settings (
DeleteLocalProfileWhenVHDShouldApply,PreventLoginWithTempProfile) as appropriate for the environment.
These checks address the most common FSLogix‑related causes of intermittent Office failures in RDSH farms.
References: