VBScript to check if a windows patch is installed on a server or PC
This a simple script that can be used if youn need to check if a specific …
System Administrator
VBScript to check if a windows patch is installed on a server or PC
This a simple script that can be used if youn need to check if a specific …
Windows VBS script to backup Desktop and Laptop
PROS AND CONS
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.
On RHEL6 and RHEL7 once you add a second interface on the same subnet, it does not work ( no ping)
The cause of the problem is a change on …
Check connections for windows
A Visual Basic Script to check how many open connections exists in a certain port.
Here is the code:
'Script Check Number of ESTABLISHED connections 'Author:…
This nagios plugin VBS script, gets exactly the amount of CPU a specific Aplication Pool is using, it helps a lot to identify witch site is using more CPU.
It …