I have some apps that are TZ sensitive on our 2012 RDS farm, as such TZ redirection is enabled in group policy.
The issue I have is one particular app requires the user TZ to match the local server which is in AU. I have users in NY and other US regions using this app and they get TZ errors from the app because their local date differs from the server date.
Because the client redirection is a computer setting in GPO I can't turn off TZ redirection for specific users. I've tried creating a targeted login script that runs TZUTIL and sets the zone to AUS +10 however I find this is hit and miss, sometimes it works sometimes not or it works the first time but if they reconnect it goes back to their local time. I've also seen it change the TZ to AU time when you first login but then 10 mins later it changes back to the remote clients TZ
Any suggestions how I can overcome this.
I understand that the config may be mutually exclusive for the apps that require AU time and others that need actual local time but this is OK, the users of the apps are different roles and need one or the other.