Without resorting to VBScript or KIX, is there a way to check for group membership before executing a command?<BR><BR>to the effect of:<BR><BR>if ismember "administrators" goto admin<BR>goto ...
The trace-cmd(1) check-events parses format strings for all the events on the local system. It returns whether all the format strings can be parsed correctly. It will load plugins unless specified ...