VBS Script to list all local users of Adminisitrator and Remote Desktop,id,desctiption,enable/disable, last_login(if local) Here is the script: script src="http://gist-it.appspot.com/github/xoroz/scripts-windows/blob/master/listadminrdp.vbs"
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
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 …
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 …
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 …
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.
…