FSLogix 25.09: Outlook activation 58tm1 and Server 2019 OneDrive rename fix

  • Thread Author
FSLogix 25.09 shipped as a routine maintenance release on September 9, 2025, but community reports over the past two weeks suggest the update may have resolved two particularly disruptive problems in virtualized and Remote Desktop Services environments: the recurring Outlook 365 sign‑in/activation error tagged [58tm1] and a Windows Server 2019 OneDrive behavior that prevented renaming of files and folders inside FSLogix-managed profiles. Microsoft’s official release notes for 25.09 list several internal fixes and a few storage/driver corrections, however they do not explicitly call out either the [58tm1] Outlook failure or the OneDrive rename issue — which leaves administrators with a mixed picture: some admins reporting relief after upgrading, and no formal confirmation from FSLogix documentation.

Background / Overview​

FSLogix is the profile- and application-container technology widely used to deliver consistent user profiles, Office containers, and application redirections in multi-user Windows environments such as Microsoft 365, Azure Virtual Desktop (AVD), Citrix, and classic Remote Desktop Services (RDS). It packages user profiles into VHD/VHDX containers (or ODFC containers) so session hosts can mount and present a single consistent profile across sessions. Although some posts have suggested a recent acquisition date, Microsoft acquired FSLogix years earlier; the technology has been integrated into Microsoft’s virtualization guidance since the acquisition.
FSLogix 25.09 (build 3.25.822.19044) was published on September 9, 2025 and is described by Microsoft as a set of updates and fixes including profile deletion exclusions and driver‑flag cleanup — the official notes list four fixed items but do not enumerate the two end‑user problems covered here. That omission is the root of confusion: vendors commonly document every customer‑visible fix, but smaller or environment‑specific fixes sometimes slip into the “quiet” list or are resolved indirectly when other internal changes are made.
Why this matters: enterprises that run non‑persistent desktops, session hosts, or RDS farms depend on both predictable Office activation and OneDrive Files‑On‑Demand behavior. When Outlook refuses to sign in or OneDrive objects cannot be renamed, user productivity—and, in server farms, wide‑scale continuity—can be disrupted instantly.

What’s in FSLogix 25.09 (official summary)​

Key items Microsoft lists for 25.09​

  • Version: 3.25.822.19044; Date published: September 9, 2025.
  • Official “What’s new” entries are modest: added exclusions to profile‑deletion rules.
  • “Fixed issues” are focused on driver feature flags, redirected Recycle Bin naming, and a redirection bugcheck scenario; none mention Outlook activation tags or OneDrive rename errors by name.
The fact that Microsoft’s release notes do not list these two issues is important for risk management: you can’t rely on the release notes alone to conclude whether your specific environment will see these problems fixed. Always test in a representative pre‑prod environment.

The Outlook problem: “Something didn’t work [58tm1]” — symptom, history, community fixes​

Symptom and impact​

  • Symptom: in affected environments, when users open Outlook (or at times other Microsoft 365 apps), a modal error reads “Something didn’t work [58tm1]” and sign‑in/activation fails; following the error some users become unable to complete Outlook sign‑in and must be moved or have profile changes applied to restore functionality.
  • Environment pattern: reports are concentrated on server‑based multi‑user environments (RDS, session hosts, Citrix) where FSLogix is used for profile containers or Office data redirection. Reports span Windows Server editions commonly used for session hosts. Community threads going back to mid‑2024 show intermittent occurrences of the 58tm1 tag, sometimes with error code 2147942403.

Previously documented mitigations​

Administrators and community responders have used several mitigations before an explicit upstream fix was available:
  • Reinstalling / re‑registering the AAD Broker Plugin on the session host(s) to ensure the platform‑brokering components are present and identical across hosts.
  • Recreating FSLogix profile containers or reimaging golden images to remove stale state.
  • Ensuring FSLogix and Microsoft 365 components are patched to compatible versions, and that ODFC / Office container settings are configured correctly.
A widely circulated PowerShell sequence (community‑shared) re‑registers the AAD Broker Plugin package on the server and has helped many admins reduce recurrence; several admins also reported upgrading FSLogix solved their issue in parallel. The community command often used (run as administrator) is:
Add-AppxPackage -Register "$env:windir\SystemApps\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy\AppxManifest.xml" -DisableDevelopmentMode -ForceApplicationShutdown
Use this command with caution, test on a non‑production host, and ensure you understand its effects in your environment before mass deployment. Community members report it helped when combined with FSLogix upgrades.

What changed in 25.09 (community observations)​

  • Multiple administrators reported after upgrading to FSLogix 25.09 that the 58tm1 errors stopped appearing in their farms without other environmental changes, leading to confirmation posts in German and English IT blogs and in forum threads.
  • These confirmations are anecdotal and community‑driven: several readers of a German blog reported the error ceased after updating to 25.09, and other admins independently reported the same result in RDS/Citrix farms. Those reports are valuable operational signals but they are not the same as an explicit vendor acknowledgement in the release notes.

How to judge whether 25.09 will fix 58tm1 for you​

  • Pilot the update on a small subset of hosts that represent your production profile (same OS build, FSLogix config, Office channel).
  • Before the pilot, baseline the error frequency: collect telemetry, event logs, and user reports for a week.
  • Apply FSLogix 25.09 to the pilot hosts and reproduce the same workload that previously triggered the error (user logons, cross‑server reconnects, OneDrive start, Outlook activation).
  • If 58tm1 reappears, capture application logs (Office/ClickToRun logs), FSLogix logs (%ProgramData%\FSLogix\Logs), and the Windows Event Log; escalate with Microsoft support including those artifacts.
  • If the pilot shows resolution, document the exact environment, versions, and any adjunct actions (e.g., AADBrokerPlugin re‑register) before scaling.

The OneDrive rename bug on Windows Server 2019 — what was happening​

Symptom​

  • In Windows Server 2019 environments using FSLogix profile/ODFC containers, admins reported that creating files/folders in OneDrive worked but attempts to rename them failed with an error indicating the object no longer exists.
  • The error appeared both in Explorer and when attempting to rename via PowerShell or CMD; affected hosts often required a profile reset or server reboot to restore normal behavior. Community threads stretching back into 2021 and late 2024 document similar symptoms in slightly different forms.

Microsoft’s known issues and timeline​

  • Microsoft’s FSLogix troubleshooting and known‑issues documentation noted an ongoing OneDrive sign‑in problem on Windows Server 2019 (updated Feb 11, 2025) where the OneDrive sync client intermittently gets stuck at signing in; that entry indicates Microsoft tracked OneDrive issues on Server 2019 in early 2025 and planned future remediation. That public tracking entry did not explicitly describe the “rename” symptom, but it shows a broader set of OneDrive + Server 2019 interactions were under active investigation.

Community reports after 25.09​

  • Several admins reported that after installing FSLogix 25.09 the OneDrive rename rejection stopped occurring on affected Windows Server 2019 hosts. Like the 58tm1 confirmations, these are community observations rather than a documented fixed item in the public release notes. The cumulative anecdotal evidence suggests 25.09 altered behavior in a way that avoided the rename failure for those environments. Given how FSLogix interacts with redirected folders, cache coherence and driver flags are plausible levers that could explain why the fix is effective even if not explicitly named in notes.

Verifying the claim: cross‑referencing public sources​

The most load‑bearing facts to verify are:
  • FSLogix 25.09 release date and listed fixes — verified on Microsoft Learn release notes.
  • Community confirmations that upgrading eliminated 58tm1 and OneDrive rename errors for some admins — corroborated by forum threads and user reports (Reddit/technical blogs) where admins report the issue disappearing after updating FSLogix and sometimes re‑registering the AAD Broker Plugin. These are independent community sources that align with the German blog’s reader reports.
  • Historical context for OneDrive / FSLogix interactions and the continuing OneDrive issues on Server 2019, which Microsoft’s known issues page lists for troubleshooting. This validates that Microsoft tracked Windows Server 2019 OneDrive problems earlier in 2025 (and in some cases older threads show related symptoms).
  • Correct acquisition timeline: official Microsoft communications show FSLogix was acquired earlier (announced in late 2018) and has been integrated into Microsoft virtualization guidance since then — this contradicts claims that the developer was acquired in 2024. The lifecycle and company blog posts confirm the earlier acquisition.
Caveat: the community confirmations are valuable operational evidence but remain anecdotal until Microsoft explicitly documents those fixes in release notes or a KB article. For auditable deployments and compliance-driven production environments, that matters.

Practical guidance for Windows admins: how to approach FSLogix 25.09 in production​

Pre‑deployment checklist (pilot first)​

  • Inventory: record current FSLogix version(s), Windows Server build(s), Office/Microsoft 365 update channel and build, OneDrive client version, and profile/container configuration settings.
  • Backup: snapshot or export golden images and ensure backups of critical profile VHD/VHDX files.
  • Test lab: create a representative pilot containing at least one host from each major OS/version and workload pattern (RDS, Citrix, AVD).
  • Reproduce: try to reproduce the exact failure scenarios (58tm1, OneDrive rename) against baseline hosts and log the failures with timestamps.
  • Apply 25.09 to the pilot hosts only and repeat the reproduction tests.
  • Monitor: check FSLogix logs (%ProgramData%\FSLogix\Logs), OneDrive logs, Microsoft 365/Office activation logs, and Event Viewer for related entries.

If pilot shows improvement​

  • Document the precise steps and any additional actions performed (for example, re‑registering the Microsoft.AAD.BrokerPlugin package).
  • Apply the update to a staged subset of production hosts (canary roll‑out), and monitor closely over several business cycles.
  • Keep a rollback plan: retain older FSLogix installers and golden images to revert hosts if unexpected regressions appear.

If pilot does not resolve the issue​

  • Gather logs and escalate to Microsoft support with the following artifacts:
  • FSLogix logs from affected hosts.
  • OneDrive logs and sync diagnostic output from %userprofile%\AppData\Local\Microsoft\OneDrive\logs.
  • Office/ClickToRun logs if Outlook activation is involved.
  • Event Viewer application and system logs around the failure times.
  • Consider temporary mitigations such as re‑registering AAD Broker Plugin and carefully cleaning (or re‑creating) affected FSLogix containers for the small set of impacted users while support investigates. Use these as targeted mitigations rather than farm‑wide resets. Community scripts exist but must be vetted for your environment.

Technical analysis: why an FSLogix update could fix these problems without a named release‑note entry​

  • FSLogix operates at the profile/container layer and exposes a combination of file‑system filter drivers and redirection logic. Small internal changes to driver flags, query behavior, and deletion/exclusion rules (exactly the sort of fixes 25.09 lists) can alter timing and state that affect dependent components like the OneDrive sync engine and Office’s identity tokens.
  • Office activation and AAD broker flows are sensitive to state kept in profile disks (token files, AADBroker cache, etc.). If FSLogix was previously causing stale mounts, delayed I/O, or subtle namespace changes, those could intermittently break the AAD brokering handshake and surface as activation errors such as 58tm1. Fixing low‑level driver behavior or changing profile cleanup/exclusion rules can therefore resolve the symptom without the vendor naming that particular symptom in release notes.
  • Similarly, OneDrive’s Files‑On‑Demand and placeholder logic interact with folder rename semantics and sometimes rely on stable file‑system semantics. If FSLogix previously exposed a race or returned incorrect metadata for renamed items in certain timing windows, changing driver behavior could remove that race and restore rename operations without a specific “OneDrive rename” bug label in the release notes. These kinds of side‑effects explain why administrators may see fixes in practice even when the notes don’t call them out explicitly.

Risks and trade‑offs​

  • Upgrading without piloting risks regressions. FSLogix updates affect the file stack and profile behavior — regressions could manifest as profile mount failures, increased logon times, or data visibility regressions for end users.
  • The absence of an explicit release‑note entry for a user‑visible fix complicates audits and compliance: if your change control requires vendor‑stated fixes for specific issues, community reports alone may be insufficient justification.
  • Rolling out a fix farm‑wide too quickly can mask host‑specific causes; the symptom may also be resolved by an unrelated environmental change. Engineers should therefore confirm the causal link in a controlled pilot before mass deployment.
  • If you rely on OneDrive Files‑On‑Demand in a Server 2019 environment, consider moving to a later supported Server version (for example Server 2022) or migrating to AVD when practical; Microsoft’s documentation shows multiple OneDrive/Server 2019 interactions were tracked in 2025 and prior.

Recommended administrator checklist (quick reference)​

  • 1.) Read the official FSLogix 25.09 release notes and plan a pilot.
  • 2.) Reproduce the errors in a lab and capture baseline logs.
  • 3.) Apply FSLogix 25.09 to a small pilot and retest the reproduction steps.
  • 4.) If resolved, scale with a canary rollout; if not, collect logs and open a Microsoft support case.
  • 5.) If using OneDrive on Windows Server 2019, review Microsoft’s OneDrive known‑issues guidance and consider OS‑level mitigations or upgrades.

Final assessment and reality check​

  • Strengths: FSLogix 25.09 is a reasonable maintenance release that addresses several lower‑level profile and driver issues and, in real‑world deployments, appears to have incidentally resolved at least two painful problems for some admins: the Outlook [58tm1] activation error and the OneDrive rename failure on Windows Server 2019. Those operational confirmations come from multiple admins and public forum threads; they are credible signals for practitioners.
  • Weaknesses: Microsoft’s public release notes for 25.09 do not explicitly document these fixes, leaving a documentation gap. That gap matters for regulated environments and for teams that must track vendor‑stated fixes for change control and root‑cause analysis.
  • Risk: because the observed fixes are currently supported by community reports rather than vendor confirmation in release notes, organizations should treat the improvement as promising but not definitive. Piloting, logging, and careful rollback planning are mandatory before broad deployment.

Conclusion​

FSLogix 25.09 (published September 9, 2025) is an incremental release whose documented fixes target profile deletion exclusions and a small set of driver/file‑system behaviors. Multiple independent administrators report the update also resolved the annoying Outlook [58tm1] sign‑in/activation failure and a Windows Server 2019 OneDrive rename problem in their environments, but Microsoft’s release notes do not list those user‑facing error items explicitly. For administrators this means the update is worth piloting urgently—particularly for environments still suffering from 58tm1 or OneDrive rename failures—but should be deployed only after careful testing, logging, and a rollback plan are in place. If the problems persist after 25.09 in your environment, collect FSLogix, OneDrive, and Office logs and escalate to Microsoft support with the artifacts; if 25.09 clears the issues, document the exact steps and configurations that produced the successful outcome before scaling to production.

Source: BornCity FSLogix 25.09 fixes Outlook 365 error [58tm1] and Windows Server 2019 OneDrive rename bug | Born's Tech and Windows World