SYDI
SYDI is an open source project which goal is to help system administrators to document their networks. The files released by the project as well as the website is hosted at SourceForge.
SYDI is built around scripts which can target computers running the Windows and Linux operating systems. The Windows scripts are written in Vbscript while the Linux script is written in the Python programming language.
Each script has two basic functions; Collecting and Reporting. After targeting a system the script collects information from the target and them writes the output to an XML file or a Microsoft Word document.
SYDI is licensed under the BSD License
SYDI-Server
SYDI-Server is the most developed script within the SYDI project. It is used to document Windows servers or clients. It collects information with WMI and by reading the Windows registry. SYDI-Server finds basic hardware settings, installed software, domain membership, network settings etc.
SYDI-Exchange
SYDI-Exchange is used to document Microsoft Exchange organizations. Information is gathered through LDAP queries to the Active Directory where the Exchange information is stored.
SYDI-SQL
SYDI-SQL is used to document Microsoft SQL (MS SQL) Servers. Information is gathered by using SQL queries against the target server.
SYDI-Linux
SYDI-Linux is the least developed package within the SYDI project. Information is gathered by reading various files on a Linux system. SYDI-Linux focuses on documenting the Gentoo Linux distribution. Unlike the other SYDI packages this is not able to write Microsoft Word documents, however the XML file created can be converted into an OpenOffice document.
SYDI-Linux is the least developed script within the SYDI Project.