Forum Discussion
khollandervrzw
May 13, 2020Copper Contributor
Microsoft Teams cache in a non-persistent environment
Hi all, My name is Koen and I am working with Microsoft Teams in a Dutch government organization. We like to offer our staff the ability to work from home, especially during the COVID-19 crisis. ...
BOOZy1
Mar 21, 2024Copper Contributor
Four years late but still might be useful for others.
I solved the issue by creating symlinks to folders outside of the profile for
1 - %appdata%\Teams
2 - %appdata%\Microsoft\Teams
With a bit of creativity you can do this with a login script like:
1- Check if new destination exist, if yes skip
2 - Move above folders to new location
3 - Create symlinks
I solved the issue by creating symlinks to folders outside of the profile for
1 - %appdata%\Teams
2 - %appdata%\Microsoft\Teams
With a bit of creativity you can do this with a login script like:
1- Check if new destination exist, if yes skip
2 - Move above folders to new location
3 - Create symlinks