Forum Widgets
Latest Discussions
FSLogix Problem with Microsoft.AADPluginBroker
We have a few on prem windows 2022 RDS farms using fslogix and outlook. We are bashing our heads against the wall because of the this 58tm1 problem. Every once in a while (5 times a day) a user will get a 58tm1 error while trying to open outlook, we usually fix the problem by deleting the Microsoft.AAD.BrokerPlugin which would fix things for a short while, because we've tried everything else out there, nothing works. Every possible settings combination, registry fixes etc... Newest fslogix versions (hello 25.09) do not fix anything but break everything (this entire branch has a nasty bug which would create temporary profiles and fill every storage space available). Let me know any possiblity to fix this =)maydinFeb 17, 2026Copper Contributor117Views1like5CommentsTeams asks for sign in again
Hello, we have a windows 11 25h2 non persistent vdi with Citrix. Fslogix in version 26.01. our problem is, that every time a user logs on, he get in teams the message we weren't able to connect. Sign in and we‘ll try again. I have only the following exclusions <Exclude Copy="0">AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\Logs</Exclude> <Exclude Copy="0">AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\PerfLogs</Exclude> <Exclude Copy="0">AppData\Local\Packages\MSTeams_8wekyb3d8bbwe\LocalCache\Microsoft\MSTeams\EBWebView\WV2Profile_tfw\WebStorage</Exclude> I set roam identity to 1 and 0. both doesn’t change the behavior. the windows 11 is azure hybrid joined. The user gets a prt token at logon. If I click in teams on logon, the user sign ins well. but this is needed everytime the user starts a new session. any idea what goes wrong? What are the right settings for fslogix to work well for teams? regards stefanStefanW1650Feb 16, 2026Copper Contributor90Views0likes2CommentsFslogix - Deleting user documents from the document/image/download directories
hello, I have a Terminal infrastructure with 10 servers acting as RDS (Windows Server 2022, fslogix version 2.9.8884.27471). Users mount the .vhdx profile that resides on a dedicated server. To limit the size of the profiles, I need the contents of the desktop/Pictures/Documents/Downloads to be deleted upon logout or login. I tried creating a logoff and login policy, but it doesn't work. Users simply log out, so from what I've read, the policy isn't applied. I opted for redirection fodder, but here too, I'm having some difficulty applying the policy, which isn't actually inherited. I linked it to a test OU containing a test user, so it's quite limited. What would be the best solution for managing file cleanup? Thank youpau26Nov 26, 2025Copper Contributor84Views0likes2CommentsFslogix and outlook 58tm1 problems
Hello, I am in dire need of some help because i'm at my wit's end here. We have a few on prem windows 2022 RDS farms using fslogix and outlook. We are bashing our heads against the wall because of the dreaded 58tm1 problem. Every once in a while (5 times a day) a user will get a 58tm1 error while trying to open outlook, we usually fix the problem by deleting the Microsoft.AAD.BrokerPlugin which would fix things for a short while, because we've tried everything else out there, nothing works. Every possible settings combination, registry fixes etc... Newest fslogix versions (hello 25.09) do not fix anything but break everything (this entire branch has a nasty bug which would create temporary profiles and fill every storage space available). The users are growing tired, the support guy is considering goat herding as an alternative and the higher ups are veeeeeeeery displeased. Problem, we can't fix this, not in a timely fashion, not cleanly or easily. This seems to be an ongoing issue which has been present for years but got exacerbated lately with modern auth and subscription model shift for office. Is there some hope or do i have to start explaining to people how to type in their passwords? Because my next step would be to nuke everyone's aadbrokerplugin folder at the end of the day. Thank you for reading my rant :)GlasofruixNov 17, 2025Copper Contributor1KViews3likes6CommentsFSlogix Profile Disconnects
Hi, Just wondering has seen this issue with their AVD instances and FSlogix in regards to profile container disconnects. We have version 3.25.822.19044 and my theory is that computers that go into sleep mode (due to power timeouts) are not cleanly triggering the disconnect procedure for the container to be cleanly disconnected. We have noticed this by the users .VHDX.metadata file not deleting on their log off. It's also not releasing the Handles and Leases for their containers, making them sign in with a temp profile if they try again. We are just running a standard regedit profile setup based on this page, https://learn.microsoft.com/en-us/fslogix/concepts-configuration-examples Just seeing if anyone else has any fixes in place? Or is this a known issue. Thanks Josh.Skitzer1985Oct 12, 2025Copper Contributor215Views1like0Commentsfslogix printing does not work after changing profile from UPM to fslogix
I use Manuel Winkel's script <www.deyda.net> to convert UPM profiles to FSLogix profiles. When users log in again, some of them are unable to print. Deleting the printer, even from the registry, does not help. Adding new printers does not work. Restarting the printer queue does not work. If I delete the profile and create a new one, printing works. Does anyone have any ideas? Equipment: Windows 2019, Citrix 7 2203 CU6, and FSLogix 3.25.626.21064JanOSep 10, 2025Copper Contributor18Views0likes0CommentsAdobe Acrobat Pro Sign on issues in AVD
We have a Windows 11 Multisession AVD pool with 2 Hosts using FSLogix on the latest versions. We have the Hosts shutdown when no one is logged. Users are having an issue where Adobe Acrobat does not remember the users sign on information and they have to sign in again. While I do not think this is specifically a FSLogix issue, I am wondering if anyone else has run into this kind of issue and how the solved it.Matt_OCCJul 17, 2025Copper Contributor350Views0likes1CommentHow to check the file is fslogix redirection file?
hi,I am a developer。I write a minifilter,which altitude is 138200。 I want to check a fileobject is a FSLogix’s redirection file。I foud four ECP GUID in the fslogix driver。 I want to check in minifilter precreate callback function,but it is not effect。 Could you tell me the problem?thanks! DEFINE_GUID(GUID_1, 0x5AE07381, 0xAA1E, 0x4571, 0xB4, 0x3B, 0x37, 0x2C, 0x2C, 0xDD, 0x96, 0x0A); DEFINE_GUID(GUID_2, 0xE40898B8, 0x1D08, 0x4434, 0xB2, 0xC9, 0x78, 0xD6, 0xB8, 0x83, 0xBF, 0xEB); DEFINE_GUID(GUID_3, 0xFD7F2404, 0x788C, 0x48D3, 0xA7, 0x1B, 0x35, 0x60, 0xD5, 0x70, 0x8F, 0x45); DEFINE_GUID(GUID_4, 0x9414EEF8, 0xE320, 0x43F8, 0xA5, 0x1A, 0x32, 0x58, 0x48, 0x24, 0x10, 0xCF); BOOLEAN xxxIsKernelModeEcpPresent( _In_ PFLT_FILTER Filter, _In_ PFLT_CALLBACK_DATA Data, _In_ LPCGUID EcpType, _Outptr_opt_result_buffer_(*EcpContextSize) PVOID *EcpContext, _Out_opt_ ULONG *EcpContextSize ) { NTSTATUS status; PECP_LIST ecpList; PVOID ecpContext; ULONG ecpContextSize; PAGED_CODE(); if (EcpContext) { *EcpContext = NULL; } if (EcpContextSize) { *EcpContextSize = 0; } status = FltGetEcpListFromCallbackData(Filter, Data, &ecpList); if (NT_SUCCESS(status) && (ecpList != NULL)) { status = FltFindExtraCreateParameter(Filter, ecpList, EcpType, &ecpContext, &ecpContextSize); if (NT_SUCCESS(status)) { if (!FltIsEcpFromUserMode(Filter, ecpContext)) { if (EcpContext) { *EcpContext = ecpContext; } if (EcpContextSize) { *EcpContextSize = ecpContextSize; } return TRUE; } } } return FALSE; } FLT_PREOP_CALLBACK_STATUS xxxPreCreate ( _Inout_ PFLT_CALLBACK_DATA Data, _In_ PCFLT_RELATED_OBJECTS FltObjects, _Flt_CompletionContext_Outptr_ PVOID* CompletionContext ) { FLT_PREOP_CALLBACK_STATUS returnStatus = FLT_PREOP_SUCCESS_NO_CALLBACK; NTSTATUS status; PFILE_OBJECT fileObject = Data->Iopb->TargetFileObject; PAGED_CODE(); createContext.Flags = 0; if (!fileObject) { return FLT_PREOP_SUCCESS_NO_CALLBACK; } // // Skip pre-rename operations which always open a directory. // if (FlagOn(Data->Iopb->OperationFlags, SL_OPEN_TARGET_DIRECTORY)) { return FLT_PREOP_SUCCESS_NO_CALLBACK; } // // Skip paging files. // if (FlagOn(Data->Iopb->OperationFlags, SL_OPEN_PAGING_FILE)) { return FLT_PREOP_SUCCESS_NO_CALLBACK; } // // Skip DASD opens // if (FlagOn(FltObjects->FileObject->Flags, FO_VOLUME_OPEN)) { return FLT_PREOP_SUCCESS_NO_CALLBACK; } if (UpmIsKernelModeEcpPresent(UpmData->FilterHandle, Data, &GUID_1, NULL, NULL)) { UPM_ASSERT(FALSE); } if (UpmIsKernelModeEcpPresent(UpmData->FilterHandle, Data, &GUID_2, NULL, NULL)) { UPM_ASSERT(FALSE); } if (UpmIsKernelModeEcpPresent(UpmData->FilterHandle, Data, &GUID_3, NULL, NULL)) { UPM_ASSERT(FALSE); } if (UpmIsKernelModeEcpPresent(UpmData->FilterHandle, Data, &GUID_4, NULL, NULL)) { UPM_ASSERT(FALSE); }cheewillJul 10, 2025Copper Contributor264Views0likes2CommentsUsing Microsoft MFA on RDS with FSLogix
We have a Windows 2019 RDS collection consisting of 7 x RDSH servers. We have a Conditional Access Policies which enforces MFA when accessing any M365 resource. We had previously excluded our office WAN IP (i.e: a trusted location) from the CA policy. This was to allow RDS users to operate without needing to provide MFA. However, we found that some office based users had never registered for MFA, since they only work on-site. This posed a security risk, so we decided to remove our office IP from the CA policy exceptions list. Now, all users are MFA registered, however, they're experiencing repeated prompts for MFA while working in the RDS environment. For instance, when a user opens Outlook, they are challenged for MFA 3 or 4 times. This doesn't happen if they're working locally on their laptop. In our CA policy, we have configured the 'sign-in frequency' to 90 days, but this does not seem to make any difference on the RDS. I suspect this issue arises because we're using FSLogix user profiles and office containers and a user might be placed on RDS1 one day and then on RDS7 the follow day. Is there anyway to save the MFA session token within the users FSLogix profile?Peanut2020Jun 18, 2025Copper Contributor306Views0likes2Comments
Tags
- FSLogix18 Topics
- FSLogix issues3 Topics
- New Teams2 Topics
- PROFILE container2 Topics
- VDI2 Topics
- citrix2 Topics
- Azure Virtual Dekstop2 Topics
- AVD2 Topics
- containers1 Topic
- virtualization1 Topic