[N20040503](Windows Server)-Auto Collecting Workstation Info#自动收集设备信息
This method could be a simple one and could be deeper dev
//此方法较为粗略,可由脚本进行深入扩展,
Just expound the thought of info collections
//在此主要表述有关思路
With this method, I helped our HRD to do EAM
本人在公司实践此方法帮助行政部进行资产管理
1.This script could be used to collect the info of all workstations in AD by group policy
//基于AD域组策略配置用户登录运行脚本
2.User could have permission to visit this script save path and write the logon path
//用户需对脚本存放目录有访问权,且同时对脚本写入目录有写入权限
3.Script could auto write the info to the Logon path
//脚本写入目录将会自动生成硬件配置列表
(脚本上传审核中)