Hi,
I have a strange issue at a customer using UEM 9.2.1.
I have configured a profile archive path (DFS) in the FlexEngine GPO to \\<domain.something>\share\Profiles\Test\%username%
FlexEngine is configured to run as a GP extension.
During logon the profile archive folder is not created for the user.
I have enabled the "FlexEngine logging to the Windows event log" GPO setting which resulted in the following error during logon, which confirms my issue
After being logged on with my default settings, I created the following CMD file to check if I (as a user) have the correct permissions for creating the folder.
cls md \\<domain.something>\share\Profiles\Test\%username% pause
The CMD successfully created the profile archive folder, which confirms that I have the correct permissions.
So why am I able to create the folder after logon, but why isn't the folder created during logon?
The permissions for the profile archive share/folders are configured as per this article: https://docs.vmware.com/en/VMware-User-Environment-Manager/9.2/com.vmware.user.environment.manager-install-config/GUID-92BA0CD9-72B8-4F91-A612-61B69EE60E45.html
I am a bit puzzled here, and curious if anyone else came across this issue or has any suggestions pointing me in the right direction.
Any help is much appreciated.