Problem:
VHD's mounted to path do not have correct rights on Server 2016 (excludes VHD's mounted as Profiledisk)
Resolution:
Create an Application Launcher rule in your configuration using the settings defined below and deploy the updated configuration INI file.
- Filespec: %SystemRoot%\System32\cmd.exe
- Arguments: /c powershell.exe -command "& {foreach ($DeviceID in Get-WMIObject -Class Win32_Volume | Where Name -like "*$env:USERNAME\AppData\Local\Microsoft\Outlook*" | Select DeviceID -ExpandProperty DeviceID) {icacls.exe $DeviceID /grant "$env:USERDOMAIN\$env:USERNAME':(OI)(CI)(F)'"}}" > %TEMP%\VHDX_ACL.log
- Timing: After Configuration Execution
- Hide Progress During Execution: Check the box
Product: ProfileUnity-FlexApp
Product Version: 6.7.6 +