We needed a way to know if anyone has added itself to the Local Administrator group on any servers. So I wrote this script and setup on schedulle task to run each hour. In case any changes happen on the […]
Check how many users in a group
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: c:Program Files (x86)Nc_netscript>cscript.exe //nologo C:PROGRA~2NC_Netscr iptcheck_group.vbs -g CN=Domain Admins,CN=Users -u […]