VBS Script to list all local users of Adminisitrator and Remote Desktop,id,desctiption,enable/disable, last_login(if local) Here is the script:
Windows Enumerate Servers
Back to some VBS scripting… This script enumerates all Servers on the current domain and test it with a ping then writes to a server.txt file.
Linux network tools
This is a small list of some really nice linux tools I recommend every sysadmin to have somewhere. dstat Combines vmstat, iostat, ifstat, netstat information and more http://dag.wieers.com/home-made/dstat/#documentation vnstat The best to monitor how much data was transfered tx/rxhttp://humdi.net/vnstat/ iftop […]
linux comand to show memory slots
linux comand to show memory slots To find out many hardware information on linux you can use the awesome lshw but when not available also dmidecode. To find out how many memory for examples: -How many slots: # dmidecode -t […]
script to check event viewer
I have written similar script to check for a single server but this time it scans a list of server. It still not integrated with nagios because of the time it takes to execute such script. It does requires 7z.exe […]
website performance tools
So how can we now a website is working how it should. As far as performance, server settings, code etc… Well there are lots of tools out there but the best ones I have came across are: Firefox AddOn Firebug […]
Get Local Admins
Remotely Get Local Admins Users inside Administrators group, for Workstations Also tests the connectivity, it gets computers from AD object type “computer” and it prints out a nice report. ‘Remotely Get Local Admins Users inside Administrators group, for […]