Tags

Howto (51) Free Software (35) Powershell (33) Windows Server (23) AD (16) Hyper-V (16) Exchange (13) Office (13) Group Policy (10) Windows Server 2012 (9) Scripts (7) Symantec BE (5) Windows 8 (5) Cisco (4) TMG (4) Terminal Server (4) Cluster (3) HP (3) RDS (3) UAG (3) Citrix (2) DC (2) DNS (2) IE10 (2) OpenID (2) PKI (2) SCVMM (2) Windows Live (2) iLO (2) Backup (1) DPM (1) Fileserver (1) IE (1) SQL; DPM (1) Security (1) Sharepoint (1) Switch (1) VMWare (1) Veeam (1)

donderdag 22 september 2011

SYDI (documenteer je netwerk)

SYDI (Script Your Documentation Instantly) is an open source project which goal is to help system administrators to document their networks. The files released by the project are 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 then writes the output to an XML file or a Microsoft Word document.

SYDI is licensed under the BSD License.

http://sydiproject.com/

Stappen plan om de computers/servers in je netwerk te scannen:

  1. Zet in een txt bestand alle computers die je wilt scannen onder elkaar
  2. Pas het sydi-wrapper.vbs bestand aan:
    • Eventueel WMI gathering options
    • Eventueel Registry gathering options
    • Sydiserver locatie
    • Outputdirectory locatie (bijvb c:\sydi\output)
  3. Voer commandoos uit:
    • cscript sydi-wrapper.vbs -tComputers.txt
      • Voor elk computer in computer.txt wordt er een xml aangemaakt
    • cscript sydi-overview.vbs -x"c:\sydi\output"
      • Alle xml bestanden worden gebruikt voor het maken van een overzicht in Excel

Geen opmerkingen:

Een reactie posten