/etc/samba/netlogon/config/get_time.bat is in debian-edu-config 1.702.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | @echo off
echo.
echo Setting exact System-Time
echo -------------------------
:: NOTE: user accounts normally are not permitted to update the
:: client's system clock if this is not explicitly granted
:: on each client. Commenting this line out for now...
rem net time %LOGONSERVER% /set /yes
|