This message was deleted.
# microsoft-fslogix
s
This message was deleted.
s
thats how i'm reading it as well, form the docs. Hopefully someone else can provide another answer.
you by chance check the latest setting in GPO? to see if it's in an option under ODFC?
d
are they being prompted to activate the app or sign into it? you don't need fslogix profile container for either but assume you have some other solution roaming their profiles? Not sure if you have seen this https://learn.microsoft.com/en-us/deployoffice/overview-shared-computer-activation#additional-details-about-shared[…]tivation-for-microsoft-365-apps
c
being prompted to login. activation is fine. the setting is not available under ODFC.
s
I had to implement a GPO with logoff script to back up the excluded folders, then a logon script to restore them. Just batch files that XCOPY the folders. Logoff: REM Backup auth token to resolve issue with FSLogix 2210 if not exist %USERPROFILE%\backup md %USERPROFILE%\backup xcopy %USERPROFILE%\AppData\Local\Microsoft\TokenBroker %USERPROFILE%\backup\TokenBroker /c /e /h /i /q /s /y xcopy %USERPROFILE%\AppData\Local\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy %USERPROFILE%\backup\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy /c /e /h /i /q /s /y xcopy %USERPROFILE%\AppData\Local\Packages\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy %USERPROFILE%\backup\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy /c /e /h /i /q /s /y Logon REM Restore auth token to resolve issue with FSLogix 2210 if not exist %USERPROFILE%\backup goto :eof xcopy %USERPROFILE%\backup\TokenBroker %USERPROFILE%\AppData\Local\Microsoft\TokenBroker /c /e /h /i /q /s /y xcopy %USERPROFILE%\backup\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy %USERPROFILE%\AppData\Local\Packages\Microsoft.AAD.BrokerPlugin_cw5n1h2txyewy /c /e /h /i /q /s /y xcopy %USERPROFILE%\backup\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy %USERPROFILE%\AppData\Local\Packages\Microsoft.Windows.CloudExperienceHost_cw5n1h2txyewy /c /e /h /i /q /s /y
c
I figure l it must be some folders being excluded from upm. Per falogix docs it says to exclude a bunch but it doesn’t appear the tokens get saved in fsl odfc so I need to figure out what folders/files should be sync to the user profile Thanks for your script and advice !
Oh and I’m using Citrix upm
c
I had similar issues for months (O365 apps constantly prompting to signin) even with shared computer activation and license token roaming (No Azure hybrid join or AAD Join). We use Ivanti personalization and they released a new O365 Modern auth personalization template which fixed it i can pull out the includes/excludes for files/registry if you want but they look similar to the locations Scott mentioned
c
Thanks for the feedback John!
if you do have the inclusions that would be helpful!
thanks mate!