Skip to main content

Work In Progress..

System

One Command that can give us Detailed Information about the System, such as its Build Number, Installed Patches, Network Configuration, etc. is systeminfo.

systeminfo

We can check the Installed Updates using wmic. This Information will give us an idea of how quickly Systems are being Patched and Updated.

:: List Updates 
wmic qfe get Caption, Description

:: List Installed Apps
wmic product get name,version,vendor

SMB

Server Message Block (SMB) is a Communication Protocol that provides shared access to Files and Printers. We can use the net share Command to get a list of the Shared Directories.

net share

SNMP

Simple Network Management Protocol (SNMP) was designed to help collect Information about different Devices on the Network. It lets you know about various Network Events, from a Server with a Faulty Disk to a Printer out of Ink. One Tool to query Servers related to SNMP is snmpcheck.

snmpcheck <IP> -c public