利用WMI筛选避免组策略错误继承
当我们在AD中创建一个组策略时可能会遇到这样的问题,当前域或OU中包含有XPSP2和XPSP1和WinSrv2003的计算机,而我们创建的组策略只能应用在XPSP2之上,那么我们该如何避免错误的被继承呢?方法很简单实用WMI筛选器创建一条WMI对操作系统的版本查询筛选,并在组策略上应用这个WMI筛选就可以避免!以下是XPSP2的WMI筛选:
查询:Select * from WIN32_OperatingSystem where ServicePackMajorVersion=2 and Version='5.1.2600'
微软宣布 Virtual PC 2004 With SP1 免费发布
虚拟机系统市场自从微软正式插足后就没有平息过,微软最终占据了上风。VMware无奈也推出免费产品!而微软公司则把整个Virtual Server/PC产品全部免费提供,这里我们要感谢微软,因为从此我们可以免费合法的使用上虚拟机系统。
以下是引用微软VirtualPC官方网页的介绍:
Whether Microsoft virtualization technology is an important component of your existing infrastructure or you're just a Virtual PC enthusiast, you can now download Virtual PC 2004 Service Pack 1 absolutely free. Microsoft is also offering the free download of Virtual PC 2007, with support for Windows Vista in 2007.
Virtual PC 官方网页:http://www.microsoft.com/windows/virtualpc
Virtual PC 下载地址:http://www.microsoft.com/downloads/details.aspx?FamilyID=6d58729d-dfa8-40bf-afaf-20bcb7f01cd1&DisplayLang=en
获取当前组策略配置的信息
两个使用的命令:
1、gpresult
2、rsop.msc