Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
前言
资产管理是企业IT管理中的必不可少的一环也是繁琐的一环。本文旨在通过介绍Asset Intelligence, 让读者基本了解微软的企业资产管理方案。本文着眼于Asset Intelligence功能和使用的简要介绍,让读者对Asset Intelligence有个整体的了解;后续还会有一系列Asset Intelligence的专题文章对此功能进行更深入介绍。
本文适用于System Center Configuration Manager 2007 SP1.
Asset Intelligence是什么?
如何使用Asset Intelligence?
步骤一:开启相关硬件资产(Hardware Inventory)收集的类
以下WMI的类是Asset Intelligence所需的类。用户可以通过直接修改<ConfigMgr installation directory>\Inboxes\clifiles.src\hinv\sms_def.mof中相应的部分开启它们;或者,通过Asset Intelligence的Reporting Class Enabler – 在Configuration Manager的管理控制台(Admin Console)中,右击Asset Intelligence, 选择Edit Asset Intelligence Reporting Class Settings.你可以开启一个或多个类,没有开启的类的信息将不会被收集,相应地一些报表因此会没有数据。
· SMS_InstalledSoftware
· SMS_InstalledSoftwareMS
· SMS_SystemConsoleUsage
· SMS_SystemConsoleUser
· SMS_AutoStartSoftware
· SMS_BrowserHelperObject
· Win32_USBDevice
· SMS_Processor
· SoftwareLicensingService
· SoftwareLicensingProduct
步骤二:开启成功登录事件审核(Success Logon Event Auditing)
对于控制台使用信息(console usage)及客户访问许可(Client Access License, CAL)的报表,除了开启相应地Hardware Inventory的类外,还需要开启相应机器上的Success Logon Event的审核。用户可以在相应机器的本地安全策略或组策略中的安全策略中配置。
此外,Asset Intelligence可以从SCO下载目录信息,并且允许用户自定义目录信息。相应的,需要采取以下步骤以实现相关功能:
步骤三:安装、配置Asset Intelligence Synchronization Point
Asset Intelligence Synchronization Point作为Configuration Manager中的角色之一,用户可以像安装其他角色一样安装Asset Intelligence Synchronization Point。只是作为一个与外界同步的角色,它需要能够连接Internet(即使是通过代理服务器)。
在安装过程中,用户会被提示提供一个证书,这个证书将用于与SCO的连接身份验证。如果您是SA用户,你可以从微软免费获得这个证书。另外,该证书使用流程在SP2中将会有一定改进以满足更多用户的需求。
安装完后,用户可以在Site System中,选择相应的角色——Asset Intelligence synchronization point进行配置,包括使用的证书,代理服务器,同步周期
如果用户需要导入软件许可证信息,则需要进行以下步骤:
步骤四:导入软件资产信息
在Configuration Manager的管理控制台中,右击Asset Intelligence, 选择Import Software Licenses,用户就可以通过向导导入相应的许可证信息文件。该向导支持微软的许可证信息文件,及符合格式要求的第三方的软件许可证信息文件(需要用户自行创建)。
当然,大多数Asset Intelligence的功能要通过报表来展现,以下步骤可以查看Asset Intelligence的报表
步骤五:使用Asset Intelligence的报表
Asset Intelligence在Configuration Manager中有一个单独的报表节点:在Configuration Manager的管理控制台中的Asset Intelligence下,有一个Asset Intelligence Reports节点。用户可以通过报表名选择相应的Asset Intelligence报表。通过这些报表,用户即可全面了解企业中的各种资产信息情况。
--Vincent Jiang