RDS Time Zone Redirection Group Policy

dirkdigs 931 Reputation points
2022-06-09T15:56:46.687+00:00

Hello i have created a GPO to enable time zone redirection on RDS 2019 but it does not work .

how do i configured RDS time zone to match the users workstation .

Windows for business | Windows Client for IT Pros | User experience | Remote desktop services and terminal services
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-06-23T03:47:58.333+00:00

    Hi,

    RDS Time Zone redirection group policy is as below:

    Computer Configuration > Administrative Templates > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection > Allow time zone redirection - Enabled

    Or registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services
    fEnableTimeZoneRedirection=1

    After above setting, you will need to run "gpupdate /force" or reboot the server to make it effective.

    If the setting doesn't work, first ensure the RDSH role has been installed on the RDS server.

    Second, please run the following commands from an administrator command prompt on the 2019 RDS server:

    gpresult /z>gpresult.txt

    notepad gpresult.txt

    Please examine the gpresult.txt file in notepad and verify that fEnableTimeZoneRedirection is showing as Enabled.

    And also make sure there is no other GPO applied to the RDS server that overwrite the time zone redirection setting.

    Best regards,

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it. Thanks.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.