我看到我们的 AD 中有多个服务器/工作站gpresult /R
显示站点名称:N/A,尽管它们subnet
已在 中定义Active Directory Sites and Services
。这可能是什么原因?在哪里查找可能的故障。因此,某些东西(例如检测 Exchange 服务器)subnet
不起作用。复制似乎工作正常。
C:\Users\admin>nltest /dsgetsite
Katowice-Kolokacja
The command completed successfully
C:\Users\admin>nltest /dsgetdc:domain.com /Account:KOLCENTRAL$
DC: \\AD7.domain.com
Address: \\172.16.50.7
Dom Guid: 2d9bd8bc-3124-44ca-b2cb-960159dd75e2
Dom Name: domain.com
Forest Name: domain.com
Dc Site Name: Katowice-Kolokacja
Our Site Name: Katowice-Kolokacja
Flags: GC DS LDAP KDC TIMESERV WRITABLE DNS_DC DNS_DOMAIN DNS_FOREST CLO
SE_SITE FULL_SECRET WS 0x4000
The command completed successfully
C:\Users\admin>gpresult /R
Microsoft (R) Windows (R) Operating System Group Policy Result tool v2.0
Copyright (C) Microsoft Corp. 1981-2001
Created On 3/18/2013 at 10:00:00 PM
RSOP data for DOMAIN\admin on KOLCENTRAL : Logging Mode
------------------------------------------------------------------
OS Configuration: Member Server
OS Version: 6.1.7601
Site Name: N/A
Roaming Profile: N/A
Local Profile: C:\Users\admin
Connected over a slow link?: No
IP地址
IPv4 Address. . . . . . . . . . . : 172.16.50.200(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 172.16.50.254
DNS Servers . . . . . . . . . . . : 172.16.50.7
172.16.50.8
网站和服务:
答案1
这只是显示问题。您的站点和子网都很好。客户端知道它属于哪个站点,nltest 输出就是明证。我的 Windows 7 客户端也在 gpresult /R 中显示 N/A。
gpresult /R 在从未提升权限的命令提示符下运行时仅显示用户的数据,并且用户实际上并不像计算机那样拥有“站点”。用户从其登录的计算机继承其所在地。
从提升的命令提示符运行 gpresult /R,您还应该会看到计算机设置,它将向您显示正确的站点名称。并且用户部分甚至不再列出站点名称属性。
我认为您的 Exchange 问题的根源在于其他地方......
答案2
检查以确保 AD 站点和服务中的子网掩码正确。我曾经遇到过这个问题,客户端计算机上的子网掩码是 255.255.0.0,但 AD 定义了 /24。