# WHOAMI baseline test This directory contains a Novell `WHOAMI` baseline test for MARS NWE. ## Files - `WHOSTA.BAT` - runs the baseline test and writes results to `F:\WHOCMP`. - `WHOZIP.BAT` - packs the result directory into `F:\WHOCMP\WHOSTA.ZIP`. ## Run Run while logged in as the user whose identity/context should be captured, normally `SUPERVISOR`: ```bat F: CD WHOSTA WHOZIP ``` ## Coverage The test uses Novell baseline tool `\NPUBLIC\WHOAMI` and captures: - default `WHOAMI` - explicit server `WHOAMI MARS` - documented options: `/SECURITY`, `/GROUPS`, `/WORKGROUPS`, `/RIGHTS`, `/SYSTEM`, `/OBJECT`, `/ALL` - missing-server case with `NWBYGONE01` - bad-option case - help text from `WHOAMI /?` Known usage from Novell baseline: ```text Usage: WHOAMI [Server] [/Security] [/Groups] [/WorkGroups] [/Rights] [/SYstem] [/Object] [/All] [/Continuous] ``` The output is login-context dependent, so later comparisons should normalize user/server/date/session-specific lines where needed.