Group
一直对 SCCM 2007 中 AD System Discovery 和 AD System Group Discovery 方式的概念云里雾里,AD 中没有相应的概念。 今天在 SCCM 2007 的在线 Library 中发现了微软对这个问题进行了回答,原文如下: Active Directory System Discovery retrieves details about the computer, such as computer name, Active Directory container name, IP address, and Active Directory site. It generates a data discovery record (DDR) for each computer it discovers [...]
Continue reading about AD System Discovery 和 AD System Group Discovery 的区别
参考:http://www.petri.co.il/working_with_group_policy.htm 在每月 NT 补丁升级的时候偶尔会发现某些服务器没有接收到补丁的问题,下面简要的描述一下处理思路和过程。 先查看机器的组策略设置 相关命令有:gpresult、gpupdate、rsop.msc 等。 关于组策略优先级: Child OU GPO > OU GPO > Domain GPO > Site GPO > Local Policy 中途遇到不出现右下角补丁安装提示图标的处理方法: 用 gpresult 查看是否拿到策略 如果拿到,用 wuauclt /detectnow 去拿补丁 如果无响应,重启机器上的 automatic update 服务再运行 wuauclt /detectnow 也可以利用 wuauclt /demoui 命令调出提示的图标。 由于 Windows 2000 不支持 gpupdate 命令,使用另外一个命令: 针对 computer settings Secedit /refreshpolicy machine_policy 针对 user [...]