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 […]

Tags: , , , , , , , , , ,

WLST How To Start Stop

WLST How To Start Stop Weblogic command line using wlst is not that simple to learn. $ wlst connect(‘user’,’password’,’t3://localhost:7201′); ls(‘Servers’); GET STATUS: state(‘ecestgpres1′,’Server’) TO STOP: shutdown(‘castgpres1′,’Server’,’true’,10) TO START: start(‘castgpres1’) NOTES: How to ask for help: help(‘all) – very usefull to […]