Levantamento de Informações 

Informações do Computador

windows: systeminfo > nome.equip.txt
Linux: hostname -I ifconfig ip addr cat /proc/version ls -lct /etc | tail -1 | awk ´{print $6,$7,$8}´

Softwares Instalados

WMIC PRODUCT GET NAME, VERSION, INSTALLDATE, DESCRIPTION, IdentifyingNumber, SKUNumber, Vendor > txt

sudo dpkg -l grep -i “install” /var/log/dpkg.log rpm -qa --last expac --timefmt=’%F %T’ ‘%l %n’