为域上的所有Windows服务器设置时区(2008 R2)

前端之家收集整理的这篇文章主要介绍了为域上的所有Windows服务器设置时区(2008 R2)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有没有办法可以为我的域上的所有计算机设置时区(可能使用组策略?).所有 Windows机器都是Server 2008 R2.
命令tzutil.exe在Windows 7/2008上可用
TZUTIL </? | /g | /s TimeZoneID[_dstoff] | /l>

Parameters:
    /? Displays usage information.

    /g Displays the current time zone ID.

    /s TimeZoneID[_dstoff]
       Sets the current time zone using the specified time zone ID.
       The _dstoff suffix disables Daylight Saving Time adjustments
       for the time zone (where applicable).

    /l Lists all valid time zone IDs and display names. The output will
       be:
           <display name>
           <time zone ID>

Examples:
    TZUTIL /g
    TZUTIL /s "Pacific Standard Time"
    TZUTIL /s "Pacific Standard Time_dstoff"

要设置为UTC,请使用类似TZUTIL / s“UTC”的命令.

原文链接:https://www.f2er.com/windows/365821.html

猜你在找的Windows相关文章