admin on March 19th, 2008

2008年3月,微软新推出了 ConfigMgr 2007 的认证考试,对应 Exam 70-401,通过考试将获得 MCTS 认证 (Technical Specialist)。 官方网址:http://www.microsoft.com/learning/exams/70-401.mspx Microsoft online resources • Product information: Visit the System Center Operations Manager 2007 Web site for detailed product information. • Microsoft Learning Community: Join newsgroups and visit community forums to connect with peers for suggestions on training resources and advice on your certification path [...]

  • Share/Bookmark

Continue reading about 如何准备 ConfigMgr 2007 认证考试

xuming on March 19th, 2008

ConfigMgr 2007 对应认证考试为 70-401,通过认证考试后获得 MCTS 认证。 原文:http://www.microsoft.com/learning/syllabi/en-us/6451afinal.mspx PrerequisitesBefore attending this course, students must have:• A base-level understanding of Systems Management Server 2003.• System Administrator–level working knowledge of:• Deployment, configuration, and troubleshooting for Windows-based personal computers• TCP/IP networking• SQL Server• Active Directory• Basic Public Key Infrastructure concepts Five days 课程大纲 Module 1: Overview of Configuration Manager [...]

  • Share/Bookmark

Continue reading about ConfigMgr 2007 培训课程表

xuming on March 7th, 2008

引用:http://blogs.technet.com/smsandmom/archive/2008/03/06/configmgr-2007-client-push-installation-method-in-a-workgroup.aspx ConfigMgr 2007 是不支持在 workgroup 环境下的 Client push 方式安装的。 其他在工作组环境的限制有: 1. Workgoup clients 不能使用 AD domain services 服务,所以即使 site 已经进行了 AD domain services 的发布,workgroup client 也不能从中受益。如 workgroup clients 只能通过 WINS 或 DNS 来定位 default MP,而不能通过 AD domain services;2. AD system, AD user, AD user group 等 discovery 方式对 workgoup 无效;3. 针对 user 的 advertiesments 对 [...]

  • Share/Bookmark

Continue reading about Workgroup 环境在 ConfigMgr 2007 中的限制

xuming on February 23rd, 2008

Application Virtualization Management support Forefront Client Security Integration SQL REporting Services Reporting – Allows you to report on ConfigMan activity using Reporting Services Client Status Reporting that provides a set of tool and ConfigMan reports to assess status of client computers (Client health) OS deployment enhancements like: Unknown computer support without adding computer infomation to [...]

  • Share/Bookmark

Continue reading about What’s new for SCCM 2007 R2?

xuming on November 21st, 2007

原文:http://myitforum.com/cs2/blogs/spruitt/archive/2007/10/01/using-psexec-to-install-the-sms-client.aspx Sometimes the easiest way to install the client may be running it with psexec. That’s especially true if the machine hasn’t been discovered by some mechanism. The options for doing this often cause confusion, because there are two files involved – ccmsetup.exe and client.msi. CCMSETUP looks for client.msi in whatever folder ccmsetup is run [...]

  • Share/Bookmark

Continue reading about 使用 Psexec 安装 SCCM Client

xuming on November 18th, 2007

11月15日,微软发布了 SCCM 2007 Toolkit,具体内容如下: Client Spy – A tool to help troubleshoot issues related to software distribution, inventory, and software metering on Configuration Manager 2007 clients. Policy Spy – A policy viewer to help review and troubleshoot the policy system on Configuration Manager 2007 clients. Trace32 – A log viewer that provides a way to [...]

  • Share/Bookmark

Continue reading about SCCM 2007 Toolkit 发布

xuming on November 16th, 2007

Content Location 是指Client 如何定位 advertisement 和Software update 发布的 Package Source Files。 当一个 Client 需要进行 content location 的时候,会发送 content location 的请求到 MP: 1. 当 Client 位于其 assigned site 的边界内,client 会发送 content location 请求到 default MP; 2. 当 client 位于和其 assigned site 有联系的 secondary site 的边界内的时候,如果 secondary site 有 proxy MP,client 会向 proxy MP 发送 contend location [...]

  • Share/Bookmark

Continue reading about Client 如何进行Content Location

一直对 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 [...]

  • Share/Bookmark

Continue reading about AD System Discovery 和 AD System Group Discovery 的区别

今天在邮件列表中看到关于 site database 和 site server 不在同一台机器情况的讨论,结论是:如果两者不在同 一台机器上,必须先在 site database server 上先建一个空的库实例(不要做任何设置),然后在安装是连接到 database server 的实例即可。 原文节选: If ConfigMgr and SQL were on the same server, ConfigMgr would automatically create the database for you. Since SQL is running on a remote server, you do indeed have to create the database on the remote SQL server first. [...]

  • Share/Bookmark

Continue reading about 关于 Site Database Server 的安装以及 Provider 的位置

xuming on November 16th, 2007

关于 Site Maintenance 中预定义的 Tasks 在 Site Maintenance 下存在两个节点,一个是 SQL Commands 【 默认为空,需要自定义 SQL 语句 】,一个是预定义的 Tasks 【不能新增,只能在已经的存在的 Task 上做配置】。 Backup ConfigMgr Site Server (默认关闭) 作用:可以设置对 Site Database 的备份时间和备份路径。 默认每周日零点开始。 Clear Install Flag (默认关闭) 作用:如果在设定的“Client Rediscovery Period”这个时间内,没有收到 Client 发送的 Heartbeat Discovery 信息则将清除掉 Client 客户机已经安装 SCCM Client的标识,这样就可以再次安装 client。 注意:如果开启这个 Task, 1. 要确保开启 Heartbeat Discovery; 2. 要设置“Client [...]

  • Share/Bookmark

Continue reading about 关于 Site Maintenance 中预定义的 Tasks