Have you tried this? https://learn.microsoft.com/en-us/fslogix/cloud-cache-resiliency-availability-cncpt#using-cloud-cache-in-persistent-physical-environments
Look at syncing Cloud Cache to Azure Files/Blob as one of the locations?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
As an example.
FSLogix currently works in our company flawlessly when the user is connected to the company internet and the profile is synced with the file server [where the profile container is stored]
But is it possible to use FSLogix Offline?
Use case:
The user is working at home [creating files at the desktop, download some data etc]
Then the user is back at the company and ofcourse we want to have the offline created data to be synced with the profile container from the file server.
Is that possible?
If yes, someone can tell me what I need to configure at the GPO's to having this worked?
What i have configured right now:
FSLogix->Profile Container->"Enabled, VHD Location and Delete local profile when FSLogix Profile should apply"
Thank you for all answers.. i hope ive defined my problem understandable
Have you tried this? https://learn.microsoft.com/en-us/fslogix/cloud-cache-resiliency-availability-cncpt#using-cloud-cache-in-persistent-physical-environments
Look at syncing Cloud Cache to Azure Files/Blob as one of the locations?
Hello @Kingpommes
"With Cloud Cache, you will now not be affected by offline sessions, it will continue with the cached data and as soon its online again it will update the original VHD with the new changes that happen offline."
"The option of storing multiple copies of user profiles in different locations can also be used for offline operation. For this purpose, Profile Containers are not only stored on the network, but one of them is also placed locally. After re-establishing the connection, the other VHD(X) repositories are also updated with the latest content. In a configuration like this, FSLogix also replaces Windows offline files."
Hope this information give you some inspiration.
----------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards
Karlie
Thanks for the reply,
sadly it doesn't help at all.
I don't know what I am doing wrong
type=smb,connectionString=C:\Users\;type=smb,connectionString=\fileserver\Cache
it doesn't recognize the first part " type=smb,connectionString=C:\Users\ "
Maybe I have an error in the string? or the path doesnt work at all? cause C:\Users\ should be available to everyone
Hi
type=smb,connectionString=<\Location1\Folder1>;type=smb,connectionString=<\Location2\folder2>
for my understanding , the format of your first location should be the network path.
also have you removed all the setting for VHDLocations?
Thanks mate, i will try that and will look forward
+++
Sign in to comment