SCCM
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 [...]
原文: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 [...]
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 [...]
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 [...]
今天在邮件列表中看到关于 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. [...]
Continue reading about 关于 Site Database Server 的安装以及 Provider 的位置
关于 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 [...]
SCCM 2007 于 2007 年 8 月下旬发布 RTM 版,现阶段其资料可说是非常匮乏,能够利用的只有微软的在线 Library 和联机文档了。当然,SCCM 2007 不是一蹴而就的,我们仍然可以利用 SMS 2003 现有的丰富文档资源。在查看 SMS 2003 资料的时候,应该注意一下 SCCM 2007 和 SMS 2003 在哪些地方做了更新,哪些地方没有变化。原文地址: http://www.faqshop.com/configmgr2007/configmgr2007whatsnew.htm ##### # SCCM 2007 特有的功能######################### ConfigMgr 包含了以下一些新功能: Desired Configuration Management (DCM) Network Access Protection (NAP) Wake-On-LAN (WOL) Site Modes (either Native or Mixed Mode with Native being used to [...]
SCCM 2007 中的术语 2007年8月24日,微软 System Center Configuration Manager 2007 (SCCM 2007) 已经正式发布了。详情见: http://www.myitforum.com/absolutenm/templates/IndustryNews.aspx?articleid=3845&zoneid=71 本文根据个人理解编写,欢迎大家指出我的错误,我会努力不断将其完善。谢谢! 我的MSN: xnming21@hotmail.com SCCM 中服务器的角色有: Branch Distribution Point Component Server Distribution Point Fallback Status Point Management Point PXE Service Point Reporting Point Server Locator Point Site Database Sever Site Server Software Update Point State Migration Point System health Validation Point Advanced Client: [...]
本文根据个人理解整理而成,原文地址: http://technet.microsoft.com/en-us/library/bb632618.aspx。整理人:许乃明,MSN:xnming21◎hotmail.com,E-mail: simpleman.xu◎gmail.com SCCM 2007 是一个分布式的 Client/Server 系统,也就是说Site Server、Site System 和 Client 之间可以建立连接,其中一些连接的的端口是可以配置的,一些端口是固定不可配置的。 注: 如果需要配置成支持 Internet-based clients,参考 Supported Scenarios for Internet-Based Client Management 配置防火墙策略。对于 Internet-based clients 出了需要考虑端口方面的设置,同时需要考虑允许一些 HTTP verbs 和 headers 通过防火墙,具体参考 Prerequisites for Internet-Based Client Management。 可以配置的端口: Configuration Manager 2007 allows you to configure the ports for the following types of communication: Client to [...]
一、Client Setup Log Files 位置:%windir%\system32\CCMSetup Log file name Description CCMSetup.log Records setup tasks performed by CCMSetup. Can be used to troubleshoot client installation problems. Client.msi.LOG Records setup tasks performed by client.msi. Can be used to troubleshoot client installation problems. 二、Client Computer Log Files 位置: 1. 在充当 management points 的 client 上,log 位置为 SMS_CCM\Logs 2. 在其他 [...]