我有5台Windows 2012服务器和大约100台计算机在我们的域中。
最近我注意到服务器和计算机上的时间大约是30秒。
域上的服务器和计算机从哪里获取时间设置?是设置在域控制器或其他地方(我有2个域控制器)。
在Linux服务器上,我将使用
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
server 3.pool.ntp.org
为了保持时间同步,但老实说,我从来没有在Windows域中遇到过时间问题,所以我从来没有考虑过这个问题。
我将在哪里设置它,以便所有服务器和计算机自动使用{0-3}.pool.n
我正在通过https实现节点js脚本。
节点js
const options = {
key: fs.readFileSync('private.key'),
cert: fs.readFileSync('cert.crt'),
// This is necessary only if using the client certificate authentication.
requestCert: true,
rejectUnauthorized: true,
// This is necessary only if the