loggingWindows Server 2003的configuration?

有什么工具可以用来loggingWindows Server 2003的configuration吗?

我的意思是:

  • 服务已安装
  • 程序已安装
  • 用户
  • IISconfiguration

UPDATE1:

简化说明。 将zip解压缩到服务器上的文件夹,然后转到命令行(cmd)。

导出为Word格式(需要服务器上的Word):

cscript sydi-server.vbs 

导出为XML格式(您将需要XML子文件夹中的XSL文件):

 cscript sydi-server.vbs -oFILENAME.xml -ex -sh 

-ex(用于XML格式)

-sh(XML格式)

-o(定义输出文件名)

**更新2:**

要过滤掉任何禁用的Windows服务:

 For Each objItem In colItems 'ignore any service that has a startMode of disabled If objItem.StartMode <> "Disabled" Then 'ok to add objDbrServices.AddNew objDbrServices("Caption") = objItem.Caption objDbrServices("Started") = objItem.Started objDbrServices("StartMode") = objItem.StartMode objDbrServices("StartName") = objItem.StartName If (LCase(objItem.Caption) = "mssqlserver") Then bRoleSQL = True End If objDbrServices.Update End If Next objDbrServices.Sort = "Caption" 

自我提升警告。

另外看看Open-AudIT 。

与Sydi非常相似 – 用于输出结果的几个选项,并能够将结果存储在数据库中。 OAv2更好。

另一个自我提升警告。 看看XIAconfiguration,它可以loggingWindows的configuration ,包括Windows Server 2003和Windows Server 2008.它包括支持你提到的点,即服务和程序/软件安装,用户和IISconfiguration。

有一个免费的版本可用于小型networking:

http://www.centrel-solutions.com/XIAConfiguration/workgroupedition.aspx