Windows VBS script to backup Desktop and Laptop
PROS AND CONS
- -No delta backup / no incremental (but robocopy only copy files changed)
- -No encryption (but only the user has
System Administrator
Windows VBS script to backup Desktop and Laptop
PROS AND CONS
Microsoft BUG
So my old laptop just got updated with a MS destruction patch KB2823324 !
Here is how to fix it
1. boot into Repair Mode, then cmd. Boot …
Another nagios/bash script that verifies if a cluster has performed a failover. This one is used for any microsoft cluster.
#!/bin/bash # 2008-07-23 Nereu # edit: Felipe Ferreira 01-2010 TMPDIR=/usr/local/nagios/var…
This is the most impressive and scariest hack I ever seen.
The tool called WCE, Windows Credential Editor can get any password
from a Windows box, from memory! So even …
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 …
This is a much usefull plugin that can verify the Windows Event Viewer via nagios remote check
I tested using the NC_NET on Windows 2003 and 2000. There is one …
Nagios plugin to Check how many users in a group check_group.vbs
This script verifies if the number of users in a particular group changes.
The output in debug mode Example:…